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 7931fe9 commit aa3ab25Copy full SHA for aa3ab25
.github/workflows/sh-checker.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Run the sh-checker
11
uses: luizm/[email protected]
12
env:
13
- GITHUB_TOKEN: ${{ secrets.SECRET_SECRET }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
SHELLCHECK_OPTS: -e SC2034,SC1091 # It is possible to exclude some shellcheck warnings.
15
SHFMT_OPTS: -ci -sr -i 0 # It is possible to pass arguments to shftm
16
with:
0 commit comments