File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ runs:
296296 fi
297297 curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
298298 https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
299- -d '{"state":"'$teststatus'","description":"'$testmessage'","context":"test_${{inputs.build_preset}}"}'
299+ -d '{"state":"'$teststatus'","description":"'" $testmessage" '","context":"test_${{inputs.build_preset}}"}'
300300
301301 - name : sync test results to s3
302302 if : always()
Original file line number Diff line number Diff line change @@ -245,9 +245,9 @@ jobs:
245245 jq -cr '.statuses | .[] | select(.state=="success") | select(.context | startswith("build_")) | .context' | \
246246 wc -l )
247247 if [[ $successbuilds == "3" ]];then
248- integrated_status = "success"
248+ integrated_status= "success"
249249 else
250- integrated_status = "failure"
250+ integrated_status= "failure"
251251 fi
252252 curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
253253 https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
You can’t perform that action at this time.
0 commit comments