Skip to content

Commit

Permalink
Shell escape the release notes in the release workflow (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: Justus Dieckmann <[email protected]>
  • Loading branch information
NinaHerrmann and justusdieckmann authored May 2, 2024
1 parent 42edc87 commit e2ba531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
--data-urlencode "vcstag=${TAGNAME}" \
--data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${TAGNAME}" \
--data-urlencode "altdownloadurl=${ZIPURL}" \
--data-urlencode "releasenotes=${BODY}" \
--data-urlencode "releasenotes=${BODY@Q}" \
--data-urlencode "releasenotesformat=4")
echo "response=${RESPONSE}" >> $GITHUB_OUTPUT
- name: Evaluate the response
Expand Down

0 comments on commit e2ba531

Please sign in to comment.