mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci(github-actions): Escape changelog output in workflow (#4088)
This commit is contained in:
parent
0f00332e94
commit
29a7fd376d
1 changed files with 2 additions and 4 deletions
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 != ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue