diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7065a12..78f74fa 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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"'" }}'