Skip to content

Commit 65c78d7

Browse files
authored
Merge pull request #730 from vdice/ci/dispatch-event-type
ci(.github): add event_type to dispatch payload
2 parents 26cfead + 5d9d773 commit 65c78d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
token: ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
3434
repository: ${{ secrets.DEST_REPO }}
3535
event-type: spin-docs-updated
36-
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
36+
client-payload: '{"event_type": "spin-docs-updated", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)