Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Mar 15, 2024
1 parent 55b7b9b commit 0f65b02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-commit-msg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check commit length
run: |
echo $GITHUB_SHA
echo $GITHUB_REF
git log $GITHUB_SHA..$GITHUB_REF
git log $GITHUB_REF..$GITHUB_SHA

0 comments on commit 0f65b02

Please sign in to comment.