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.
1 parent c2ac3f3 commit 8ea47deCopy full SHA for 8ea47de
.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@v2
+ uses: peter-evans/repository-dispatch@v3
38
with:
39
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
40
repository: ManageIQ/manageiq.github.io
0 commit comments