fix(workflow): update repository-dispatch action to version 3 in notify-groups.yml
This commit is contained in:
parent
0dd6bc9ce2
commit
32edc2799e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/notify-groups.yml
vendored
2
.github/workflows/notify-groups.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
uses: peter-evans/repository-dispatch@v2
|
uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.WORKFLOW_AUTOMATION_TOKEN }}
|
token: ${{ secrets.WORKFLOW_AUTOMATION_TOKEN }}
|
||||||
repository: Dictionarry-Hub/groups
|
repository: Dictionarry-Hub/groups
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue