We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae3dc8 commit 3180312Copy full SHA for 3180312
.github/workflows/auto-format.yml
@@ -64,7 +64,7 @@ jobs:
64
if: steps.check_enabled.outputs.enabled == 'true' && steps.check_loop.outputs.skip != 'true'
65
run: |
66
DEFAULT_BRANCH="${{ github.event.repository.default_branch }}"
67
- git fetch origin "$DEFAULT_BRANCH" --depth=0
+ git fetch origin "$DEFAULT_BRANCH"
68
DIFF_TARGET=$(git merge-base "origin/$DEFAULT_BRANCH" HEAD 2>/dev/null || echo "origin/$DEFAULT_BRANCH")
69
70
./vendor/bin/pint --parallel --diff="$DIFF_TARGET"
0 commit comments