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 3151750 + 6e6b6b6 commit cedc45aCopy full SHA for cedc45a
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
regex: 'Merge pull request #(\d+)'
35
- name: Notify manageiq.github.io on Push
36
if: ${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}
37
- uses: peter-evans/repository-dispatch@v1
+ uses: peter-evans/repository-dispatch@v2
38
with:
39
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
40
repository: ManageIQ/manageiq.github.io
0 commit comments