Skip to content

Commit

Permalink
cg3: shell escaping is wonderful
Browse files Browse the repository at this point in the history
  • Loading branch information
bodand committed Dec 18, 2022
1 parent 6076010 commit e4399f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ linux_deploy_template: &LINUX_DEPLOY_TEMPLATE_TASK
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/bodand/cg3/releases/tags/${CIRRUS_TAG}"
"https://api.github.com/repos/bodand/cg3/releases/tags/${CIRRUS_TAG}" \
| tee response.json
- echo "GH_REL_ID=$(jq .id response.json)" > ${CIRRUS_ENV}

Expand Down

0 comments on commit e4399f6

Please sign in to comment.