Skip to content

Commit

Permalink
zess: workflow checkout head instead of merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev committed Jun 11, 2024
1 parent e0c84f0 commit 6c70fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit_message_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: show logs
Expand Down

0 comments on commit 6c70fca

Please sign in to comment.