Skip to content

Commit be3b895

Browse files
committed
fix: maybe fix wrong echo
1 parent f9adbf7 commit be3b895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: (dry-run) Display CHANGELOG
4040
if: ${{ github.event.inputs.dry_run }}
4141
run: |
42-
echo ${{ steps.changelog-dry-run.outputs.changes }}
43-
echo ${{ steps.changelog-dry-run.outputs.changes }} > "$GITHUB_STEP_SUMMARY"
42+
echo '${{ steps.changelog-dry-run.outputs.changes }}'
43+
echo '${{ steps.changelog-dry-run.outputs.changes }}' > "$GITHUB_STEP_SUMMARY"
4444
4545
- name: (dry-run) Remove temporary version tag
4646
if: ${{ github.event.inputs.dry_run }}

0 commit comments

Comments
 (0)