Skip to content

Commit 3180312

Browse files
committed
fetch the entire master
1 parent cae3dc8 commit 3180312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: steps.check_enabled.outputs.enabled == 'true' && steps.check_loop.outputs.skip != 'true'
6565
run: |
6666
DEFAULT_BRANCH="${{ github.event.repository.default_branch }}"
67-
git fetch origin "$DEFAULT_BRANCH" --depth=0
67+
git fetch origin "$DEFAULT_BRANCH"
6868
DIFF_TARGET=$(git merge-base "origin/$DEFAULT_BRANCH" HEAD 2>/dev/null || echo "origin/$DEFAULT_BRANCH")
6969
7070
./vendor/bin/pint --parallel --diff="$DIFF_TARGET"

0 commit comments

Comments
 (0)