Skip to content

Commit

Permalink
ci: Update repository-dispatch action (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jan 23, 2023
1 parent 3a675a5 commit 46a892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: build/*

- name: Trigger repository update
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v2
if: ${{ github.ref == 'refs/heads/main' }}
with:
token: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit 46a892b

Please sign in to comment.