Skip to content

Commit 4865f4b

Browse files
committed
fix formatting
1 parent bdaa90f commit 4865f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# - name: Echo data
7272
# run: |
7373
# 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 }})
74+
- name: "Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }}: ${{ needs.job_get_metadata.outputs.commit_message }})"
7575
uses: actions/checkout@v2
7676
with:
7777
ref: ${{ env.HEAD_COMMIT }}

0 commit comments

Comments
 (0)