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 cc867bb commit 4daf0d6Copy full SHA for 4daf0d6
.github/workflows/workflow.yml
@@ -61,7 +61,7 @@ on:
61
type: string
62
description: The path to the root of the repo.
63
required: false
64
- default: ${{ github.workspace }}
+ default: '.'
65
66
permissions:
67
contents: write # to checkout the repo and create releases on the repo
@@ -136,7 +136,7 @@ jobs:
136
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
137
env:
138
GITHUB_TOKEN: ${{ github.token }}
139
- DEFAULT_WORKSPACE: ${{ inputs.WorkingDirectory }}
+ FILTER_REGEX_EXCLUDE: ${{ inputs.WorkingDirectory }}/.*
140
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: false
141
SAVE_SUPER_LINTER_SUMMARY: true
142
0 commit comments