(fix) Invalid request. ref is an invalid key
This commit is contained in:
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -46,4 +46,4 @@ jobs:
|
||||
curl -X POST https://api.github.com/repos/TobenderZephyr/dsabot-docker/dispatches \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-u ${{ secrets.ACCESS_TOKEN }} \
|
||||
--data '{"event_type": "Push from '"${{github.ref}}"'", "ref": "'"${{github.ref}}"'", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
||||
--data '{"event_type": "Push from '"${{github.ref}}"'", "client_payload": { "ref": "'"${{github.ref}}"'", "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
||||
|
Reference in New Issue
Block a user