Skip to content

Commit

Permalink
Merge pull request #1169 from Fryguy/update_gha_actions_checkout
Browse files Browse the repository at this point in the history
Update peter-evans/repository-dispatch to v3
  • Loading branch information
bdunne authored Jan 29, 2024
2 parents 98d2b83 + 3e9402f commit 68acda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
regex: 'Merge pull request #(\d+)'
- name: Notify manageiq.github.io on Push
if: ${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
repository: ManageIQ/manageiq.github.io
Expand Down

0 comments on commit 68acda4

Please sign in to comment.