Skip to content

Commit 3c4c8af

Browse files
committed
test
1 parent d789e59 commit 3c4c8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
for n in $(seq 1 20); do
22
curl https://api.github.com/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_WORKFLOW_SHA} \
3-
-L -X POST \
3+
-s -L -X POST \
44
-H "Accept: application/vnd.github+json" \
55
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
66
-d '{"state":"success","context":"CLI-${n}","target_url":"https://example.com/${n}","description":"test ${n}"}'

0 commit comments

Comments
 (0)