We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d789e59 commit 3c4c8afCopy full SHA for 3c4c8af
test.sh
@@ -1,6 +1,6 @@
1
for n in $(seq 1 20); do
2
curl https://api.github.com/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_WORKFLOW_SHA} \
3
- -L -X POST \
+ -s -L -X POST \
4
-H "Accept: application/vnd.github+json" \
5
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
6
-d '{"state":"success","context":"CLI-${n}","target_url":"https://example.com/${n}","description":"test ${n}"}'
0 commit comments