Update peter-evans/repository-dispatch action to v3
This commit is contained in:
parent
cb81fad75b
commit
4535bc4d7e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -47,13 +47,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@v2
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
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@v2
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ steps.get_workflow_token.outputs.token }}
|
||||
repository: nix-community/nur-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue