Update curl.sh

This commit is contained in:
jstan-isch 2023-01-28 15:58:21 -06:00 committed by GitHub
parent 5badee42b1
commit ab502c2672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,4 @@
-H "Accept: application/vnd.github+json" \ -H "Accept: application/vnd.github+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":"$NAME", "head_sha":"$SHA", "status":"completed", "conclusion":"$STATUS"}' -d '{"name":"$NAME", "head_sha":"$SHA", "status":"completed", "conclusion":"success"}'