mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update curl.sh
This commit is contained in:
parent
096d1d9a10
commit
f9ef423959
1 changed files with 2 additions and 2 deletions
4
curl.sh
4
curl.sh
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
curl \
|
curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github+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":"testing", "head_sha": "deba2a5e6dc64f31ae40715c6dac4a1909974a83", "status":"completed", "conclusion": "success"}'
|
-d '{"name":"$CONTEXT", "head_sha": "$SHA", "status":"completed", "conclusion": "$STATUS"}'
|
||||||
|
|
Loading…
Reference in a new issue