Skip to content

Commit 9d31dce

Browse files
committed
test
1 parent 3c4c8af commit 9d31dce

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
@@ -3,5 +3,5 @@ for n in $(seq 1 20); do
33
-s -L -X POST \
44
-H "Accept: application/vnd.github+json" \
55
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
6-
-d '{"state":"success","context":"CLI-${n}","target_url":"https://example.com/${n}","description":"test ${n}"}'
6+
-d '{"state":"success","context":"CLI-'${n}'","target_url":"https://example.com/'${n}'","description":"test '${n}'"}'
77
done

0 commit comments

Comments
 (0)