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 26cfead commit 5d9d773Copy full SHA for 5d9d773
.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