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 2d72001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ 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
# git fetch origin --tags --quiet

output=$(make commit-check)

Expand Down

0 comments on commit 2d72001

Please sign in to comment.