Skip to content

Commit

Permalink
Update commit_message_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev authored Jun 11, 2024
1 parent f6084af commit d23cfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_message_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: get main
run: git fetch origin main --depth 1
run: git fetch --unshallow origin main

- name: list branches
run: git branch -v
Expand Down

0 comments on commit d23cfe8

Please sign in to comment.