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 26cfead + 5d9d773 commit 65c78d7Copy full SHA for 65c78d7
.github/workflows/dispatch.yml
@@ -33,4 +33,4 @@ jobs:
33
token: ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
34
repository: ${{ secrets.DEST_REPO }}
35
event-type: spin-docs-updated
36
- client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
+ client-payload: '{"event_type": "spin-docs-updated", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments