From 2a723716f80011c7b3483fa5c9793111c7ec07a5 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Tue, 19 Jan 2021 12:58:00 +0800 Subject: [PATCH] Fix sh-checker action --- .github/workflows/sh-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sh-checker.yml b/.github/workflows/sh-checker.yml index 10e118a..2caba82 100644 --- a/.github/workflows/sh-checker.yml +++ b/.github/workflows/sh-checker.yml @@ -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