mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
ci(github-actions): Escape changelog output in workflow (#4088)
This commit is contained in:
6
.github/workflows/main-push-changelog.yml
vendored
6
.github/workflows/main-push-changelog.yml
vendored
@@ -51,10 +51,8 @@ jobs:
|
||||
- name: Save changelog to file
|
||||
if: steps.last_prod_tag.outputs.tag != ''
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
cat << 'EOF' > artifacts/main-push-changelog.md
|
||||
${{ steps.changelog.outputs.changelog }}
|
||||
EOF
|
||||
mkdir -p artifacts
|
||||
echo "${{ steps.changelog.outputs.changelog }}" > artifacts/main-push-changelog.md
|
||||
|
||||
- name: Upload changelog artifact
|
||||
if: steps.last_prod_tag.outputs.tag != ''
|
||||
|
||||
Reference in New Issue
Block a user