We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daf0d6 commit 43685f7Copy full SHA for 43685f7
.github/workflows/workflow.yml
@@ -136,7 +136,7 @@ jobs:
136
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
137
env:
138
GITHUB_TOKEN: ${{ github.token }}
139
- FILTER_REGEX_EXCLUDE: ${{ inputs.WorkingDirectory }}/.*
+ DEFAULT_WORKSPACE: ${{ github.workspace }}/${{ inputs.WorkingDirectory }}
140
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: false
141
SAVE_SUPER_LINTER_SUMMARY: true
142
0 commit comments