We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8371cfb commit d7ff9cbCopy full SHA for d7ff9cb
1 file changed
.github/workflows/build.yaml
@@ -67,7 +67,7 @@ jobs:
67
shell: pwsh
68
#url: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions%23environment-files?tool=powershell#adding-a-job-summary
69
run: |
70
- "Version: `$env:VERSION`" >> $env:GITHUB_STEP_SUMMARY
+ "Version: ``$env:VERSION``" >> $env:GITHUB_STEP_SUMMARY
71
env:
72
VERSION: ${{ steps.build.outputs.version }}
73
0 commit comments