diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 554e973397b8e9..518819bbb2324e 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -1,4 +1,4 @@ -name: shellcheck +name: Shellcheck on: [pull_request] @@ -10,8 +10,6 @@ jobs: - uses: actions/checkout@v2 - name: shellcheck id: shellcheck - uses: ludeeus/actions-shellcheck@0.1.0 - with: - repo-token: ${{ github.token }} + uses: rwalker-apple/action-shellcheck@foo env: EXCLUDE_DIRS: third_party