Update curl.sh

This commit is contained in:
jstan-isch 2023-01-28 17:24:15 -06:00 committed by GitHub
parent f9ef423959
commit b1253d55bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,4 +18,6 @@ curl \
-H "Accept: application/vnd.github.everest-preview+json" \ -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \ -H "Authorization: Bearer $GITHUB_TOKEN" \
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \ https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
-d '{"name":"$CONTEXT", "head_sha": "$SHA", "status":"completed", "conclusion": "$STATUS"}' -d '{"name": \"{$CONTEXT}\", "head_sha": \"${SHA}\", "status":"completed", "conclusion": \"${STATUS}\"}'