Skip to content

Commit 1437db7

Browse files
committed
test
1 parent d4a2123 commit 1437db7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ pwd
22
ls -l
33
env
44
ps aux
5+
6+
7+
curl https://api.github.com/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_WORKFLOW_SHA} \
8+
-v -L -X POST \
9+
-H "Accept: application/vnd.github+json" \
10+
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
11+
-d '{"state":"success","context":"CLI"}'

0 commit comments

Comments
 (0)