mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Update curl.sh
This commit is contained in:
parent
b13e66fe2f
commit
096d1d9a10
1 changed files with 1 additions and 1 deletions
2
curl.sh
2
curl.sh
|
@ -18,4 +18,4 @@ curl \
|
|||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer $GITHUB_TOKEN" \
|
||||
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
|
||||
-d '{"name":"testing", "head_sha": "$SHA", "status":"completed", "conclusion": "success"}'
|
||||
-d '{"name":"testing", "head_sha": "deba2a5e6dc64f31ae40715c6dac4a1909974a83", "status":"completed", "conclusion": "success"}'
|
||||
|
|
Loading…
Reference in a new issue