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 329c6b5 commit b186f19Copy full SHA for b186f19
.github/workflows/auto-format.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Format Code
64
if: steps.check_enabled.outputs.enabled == 'true' && steps.check_loop.outputs.skip != 'true'
65
run: |
66
- ./vendor/bin/pint --parallel --diff=${{ github.base_ref || github.ref_name }}
+ ./vendor/bin/pint --parallel --diff=${{ github.event.repository.default_branch }}
67
68
- name: Check for changes
69
0 commit comments