diff options
Diffstat (limited to '.github/workflows/differential-shellcheck.yml')
-rw-r--r-- | .github/workflows/differential-shellcheck.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 2dd92e9b..55bba982 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -28,4 +28,5 @@ jobs: uses: redhat-plumbers-in-action/differential-shellcheck@v4 with: severity: warning + include-path: scripts/**.inc token: ${{ secrets.GITHUB_TOKEN }} |