Skip to content

Commit

Permalink
Fix to json
Browse files Browse the repository at this point in the history
  • Loading branch information
robotichead committed Jan 26, 2024
1 parent 4a20a5a commit bb22bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-github-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.BEARER_TOKEN_FOR_GITHUB_ACTIONS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/NearBeach/nearbeach-docker/dispatches \
-d '{"event_type":"test_result","client_payload":{"version", "$GITHUB_REF"}}'
-d '{"event_type":"test_result","client_payload":{"version":"$GITHUB_REF"}}'

0 comments on commit bb22bed

Please sign in to comment.