Merge pull request #12 from TobenderZephyr/cleanup

(fix) Invalid request. ref is an invalid key
This commit is contained in:
2021-04-18 10:10:25 +02:00
committed by GitHub

View File

@ -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"'" }}'