mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
test
This commit is contained in:
parent
aeb6378932
commit
65aa723958
1 changed files with 2 additions and 2 deletions
4
curl.sh
Normal file → Executable file
4
curl.sh
Normal file → Executable file
|
@ -6,6 +6,6 @@
|
|||
/usr/bin/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":"myEvent", "head_sha":"$SHA", "status":"completed", "conclusion":"$STATUS"}'
|
||||
-d '{"name":"$NAME", "head_sha":"$SHA", "status":"completed", "conclusion":"$STATUS"}'
|
||||
|
|
Loading…
Reference in a new issue