(fix) Invalid request. ref is an invalid key

This commit is contained in:
2021-04-18 10:07:51 +02:00
parent eb45c27f77
commit 1c0c6af641

View File

@ -46,4 +46,4 @@ jobs:
curl -X POST https://api.github.com/repos/TobenderZephyr/dsabot-docker/dispatches \ curl -X POST https://api.github.com/repos/TobenderZephyr/dsabot-docker/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \ -H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \ -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"'" }}'