Skip to content

Commit

Permalink
Updating JSON syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Apr 29, 2021
1 parent 7906ef2 commit c9f6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hitl_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
event-type: stabilizer
repository: quartiq/hitl
client-payload: |
'{"github": ${{ toJson(github) }}, "check_id": ${{steps.hitl-check.outputs.check_id}}}'
{"github": ${{ toJson(github) }}, "check_id": ${{steps.hitl-check.outputs.check_id}}}
- uses: fountainhead/[email protected]
with:
Expand Down

0 comments on commit c9f6114

Please sign in to comment.