mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 05:26:31 +00:00
Don't pre-eval custom env var in links pipeline (#4538)
This commit is contained in:
parent
625a0155af
commit
33e1c788f4
1 changed files with 1 additions and 1 deletions
|
@ -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}')"
|
||||
|
|
Loading…
Reference in a new issue