Update curl.sh

This commit is contained in:
jstan-isch 2023-01-28 16:25:23 -06:00 committed by GitHub
parent 091042ced1
commit a5fdc81caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,4 +18,4 @@ curl \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${TOKEN}" \
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
-d '{"name":"${PR_CONTEXT}", "head_sha":"${COMMIT_SHA}", "status":"completed", "conclusion":"${PR_STATUS}"}'
-d '{"name":"$PR_CONTEXT, "head_sha":$COMMIT_SHA, "status":"completed", "conclusion":$PR_STATUS}'