From 1c0c6af6418468697c0ee98c887f4d12661bf32c Mon Sep 17 00:00:00 2001 From: TobenderZephyr Date: Sun, 18 Apr 2021 10:07:51 +0200 Subject: [PATCH] (fix) Invalid request. ref is an invalid key --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"'" }}'