Skip to content

Commit

Permalink
Merge pull request #194 from v2fly/4pr_fix_sh-checker_action
Browse files Browse the repository at this point in the history
Fix sh-checker action
  • Loading branch information
IceCodeNew authored Jan 19, 2021
2 parents bd3e146 + 2a72371 commit 8d7f3e8
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 8d7f3e8

Please sign in to comment.