Update peter-evans/repository-dispatch digest to 28959ce
This commit is contained in:
parent
77865c2456
commit
c8985bac91
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -45,13 +45,13 @@ jobs:
|
|||
token: ${{ steps.get_workflow_token.outputs.token }}
|
||||
branch: ${{ github.event.repository.default_branch }}
|
||||
- name: Dispatch NUR-combined update
|
||||
uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4
|
||||
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4
|
||||
with:
|
||||
token: ${{ steps.get_workflow_token.outputs.token }}
|
||||
repository: nix-community/nur-combined
|
||||
event-type: nur_update
|
||||
- name: Dispatch NUR-search update
|
||||
uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4
|
||||
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4
|
||||
with:
|
||||
token: ${{ steps.get_workflow_token.outputs.token }}
|
||||
repository: nix-community/nur-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue