Skip to content

Commit b186f19

Browse files
committed
Fix diff option
1 parent 329c6b5 commit b186f19

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
@@ -63,7 +63,7 @@ jobs:
6363
- name: Format Code
6464
if: steps.check_enabled.outputs.enabled == 'true' && steps.check_loop.outputs.skip != 'true'
6565
run: |
66-
./vendor/bin/pint --parallel --diff=${{ github.base_ref || github.ref_name }}
66+
./vendor/bin/pint --parallel --diff=${{ github.event.repository.default_branch }}
6767
6868
- name: Check for changes
6969
if: steps.check_enabled.outputs.enabled == 'true' && steps.check_loop.outputs.skip != 'true'

0 commit comments

Comments
 (0)