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 4f18bfd commit 4bb7594Copy full SHA for 4bb7594
1 file changed
.github/workflows/linter.yml
@@ -72,14 +72,8 @@ jobs:
72
statuses: write
73
steps:
74
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
75
- if: inputs.lint-all && github.ref_name != github.event.repository.default_branch
76
with:
77
- ref: "${{ github.event.repository.default_branch }}"
78
- persist-credentials: false
79
-
80
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
81
- with:
82
- fetch-depth: "${{ inputs.lint-all && 1 || 0 }}"
+ fetch-depth: 0
83
persist-credentials: false
84
85
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
0 commit comments