mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-20 14:11:40 +00:00
Don't pre-eval custom env var in links pipeline (#4538)
This commit is contained in:
@@ -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}')"
|
||||
|
Reference in New Issue
Block a user