Skip to content

Commit

Permalink
Fix sh-checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew committed Jan 19, 2021
1 parent d31559f commit 2a72371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sh-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run the sh-checker
uses: luizm/action-sh-checker@v0.1.8
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -i 2 -ci -sr
Expand Down

0 comments on commit 2a72371

Please sign in to comment.