Skip to content

Commit 975d9d6

Browse files
committed
use sha in ()
1 parent e7a8dcf commit 975d9d6

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
@@ -60,7 +60,7 @@ jobs:
6060
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s ${{ github.event.pull_request.head.sha }})" >> $GITHUB_ENV
6161
# - name: "BRANCH: ${{ github.ref_name }}"
6262
# run: echo ""
63-
- name: "Current commit: ${{ env.COMMIT_MESSAGE }} (${{ env.COMMIT_MESSAGE }})"
63+
- name: "Current commit: ${{ env.COMMIT_MESSAGE }} (${{ env.COMMIT_SHA }})"
6464
run: echo ""
6565
# - name: "SHA: ${{ github.sha }}"
6666
# run: echo ""

0 commit comments

Comments
 (0)