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 e7a8dcf commit 975d9d6Copy full SHA for 975d9d6
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s ${{ github.event.pull_request.head.sha }})" >> $GITHUB_ENV
61
# - name: "BRANCH: ${{ github.ref_name }}"
62
# run: echo ""
63
- - name: "Current commit: ${{ env.COMMIT_MESSAGE }} (${{ env.COMMIT_MESSAGE }})"
+ - name: "Current commit: ${{ env.COMMIT_MESSAGE }} (${{ env.COMMIT_SHA }})"
64
run: echo ""
65
# - name: "SHA: ${{ github.sha }}"
66
0 commit comments