We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9adbf7 commit be3b895Copy full SHA for be3b895
.github/workflows/deploy.yml
@@ -39,8 +39,8 @@ jobs:
39
- name: (dry-run) Display CHANGELOG
40
if: ${{ github.event.inputs.dry_run }}
41
run: |
42
- echo ${{ steps.changelog-dry-run.outputs.changes }}
43
- echo ${{ steps.changelog-dry-run.outputs.changes }} > "$GITHUB_STEP_SUMMARY"
+ echo '${{ steps.changelog-dry-run.outputs.changes }}'
+ echo '${{ steps.changelog-dry-run.outputs.changes }}' > "$GITHUB_STEP_SUMMARY"
44
45
- name: (dry-run) Remove temporary version tag
46
0 commit comments