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 3c4c8af commit 9d31dceCopy full SHA for 9d31dce
test.sh
@@ -3,5 +3,5 @@ for n in $(seq 1 20); do
3
-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}"}'
+ -d '{"state":"success","context":"CLI-'${n}'","target_url":"https://example.com/'${n}'","description":"test '${n}'"}'
7
done
0 commit comments