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 bdaa90f commit 4865f4bCopy full SHA for 4865f4b
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
# - name: Echo data
72
# run: |
73
# echo ${{ needs.job_get_metadata.outputs.commit_sha }} - ${{ needs.job_get_metadata.outputs.commit_message }}
74
- - name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }} -${{ needs.job_get_metadata.outputs.commit_message }})
+ - name: "Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }}: ${{ needs.job_get_metadata.outputs.commit_message }})"
75
uses: actions/checkout@v2
76
with:
77
ref: ${{ env.HEAD_COMMIT }}
0 commit comments