Updating JSON syntax

master
Ryan Summers 2021-04-29 14:15:16 +02:00
parent 7906ef2f9d
commit c9f61143f5
1 changed files with 1 additions and 1 deletions

View File

@ -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/action-wait-for-check@v1.0.0
with: