Skip to content

Commit

Permalink
Update ci.yml [gha-debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise authored Oct 11, 2024
1 parent 32297fd commit 4aa7d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Set commit message env var
run: |
# get the sha of the last branch commit
if [ ${{ github.event_name }} == "pull_request" ] ; then
if [ "${{ github.event_name }}" == "pull_request" ] ; then
BRANCH_SHA=$(git rev-list --parents -n 1 HEAD | rev | cut -d" " -f 1 | rev)
fi
BRANCH_SHA=HEAD
Expand Down

0 comments on commit 4aa7d49

Please sign in to comment.