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
446f8d1cef
commit
f3d5127a53
1 changed files with 2 additions and 2 deletions
4
curl.sh
4
curl.sh
|
@ -11,6 +11,6 @@ echo GITHUB_TOKEN="$GITHUB_TOKEN"
|
|||
curl \
|
||||
-X POST \
|
||||
-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 \
|
||||
-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