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
6554f1dd26
commit
50c7d99421
1 changed files with 1 additions and 1 deletions
2
curl.sh
2
curl.sh
|
@ -18,6 +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"'"}'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue