Skip to content

Commit

Permalink
Don't pre-eval custom env var in links pipeline (#4538)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored Dec 9, 2024
1 parent 625a015 commit 33e1c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ steps:
curl -X PATCH \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${CI_REPO}/issues/${ISSUE_NUMBER} \
https://api.github.com/repos/${CI_REPO}/issues/$ISSUE_NUMBER \
-d "$(jq -n --arg body "$DESCRIPTION" '{body: $body}')"

0 comments on commit 33e1c78

Please sign in to comment.