We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c2f877 + 2ee319c commit a218034Copy full SHA for a218034
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
regex: 'Merge pull request #(\d+)'
34
- name: Notify manageiq.github.io on Push
35
if: ${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}
36
- uses: peter-evans/repository-dispatch@v3
+ uses: peter-evans/repository-dispatch@v4
37
with:
38
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
39
repository: ManageIQ/manageiq.github.io
0 commit comments