Skip to content

Commit 2a72371

Browse files
committed
Fix sh-checker action
1 parent d31559f commit 2a72371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sh-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Run the sh-checker
21-
uses: luizm/action-sh-checker@v0.1.8
21+
uses: luizm/action-sh-checker@master
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
SHFMT_OPTS: -i 2 -ci -sr

0 commit comments

Comments
 (0)