Update curl.sh

This commit is contained in:
jstan-isch 2023-01-28 16:02:19 -06:00 committed by GitHub
parent b9c342cc43
commit 68c82dbc51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" \