This commit is contained in:
jstan-isch 2023-01-28 14:56:04 -06:00
parent aeb6378932
commit 65aa723958

4
curl.sh Normal file → Executable file
View 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"}'