Skip to content

Commit

Permalink
fix_: fetch tags with action
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Aug 27, 2024
1 parent 0674fa5 commit 1b1638a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-tags: true

- name: Check commit message
id: check_commit_message
run: |
git fetch origin --tags
run: |
output=$(make commit-check)
exit_code=$?
Expand Down

0 comments on commit 1b1638a

Please sign in to comment.