Skip to content

Commit e300966

Browse files
committed
remove crashing rev-parse
1 parent 26111e6 commit e300966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
uses: mxschmitt/action-tmate@v3
5555
- name: Get commit message
5656
run: |
57-
git rev-parse $GITHUB_HEAD_REF
5857
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s ${{ github.event.pull_request.head.sha }})" >> $GITHUB_ENV
5958
- name: "BRANCH: ${{ github.ref_name }}"
6059
run: echo ""

0 commit comments

Comments
 (0)