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 f961244 commit 850a135Copy full SHA for 850a135
.github/workflows/ci-checks.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run the sh-checker
22
uses: luizm/[email protected]
23
env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
25
SHELLCHECK_OPTS: -e SC2034,SC1091 # It is possible to exclude some shellcheck warnings.
26
SHFMT_OPTS: -ci -sr -i 0 # It is possible to pass arguments to shftm
27
with:
0 commit comments