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
b9c342cc43
commit
68c82dbc51
1 changed files with 5 additions and 0 deletions
5
curl.sh
5
curl.sh
|
@ -3,6 +3,11 @@
|
||||||
# Github app uses this script to create check runs
|
# Github app uses this script to create check runs
|
||||||
# for a commit sha
|
# for a commit sha
|
||||||
|
|
||||||
|
echo NAME="myEvent"
|
||||||
|
echo STATUS="success"
|
||||||
|
echo SHA="$SHA"
|
||||||
|
echo GITHUB_TOKEN="$GITHUB_TOKEN"
|
||||||
|
|
||||||
/usr/bin/curl \
|
/usr/bin/curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
|
|
Loading…
Reference in a new issue