Skip to content

Commit 4daf0d6

Browse files
fix: Update default WorkingDirectory input to '.' for improved compatibility; adjust super-linter environment variable to use FILTER_REGEX_EXCLUDE
1 parent cc867bb commit 4daf0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ on:
6161
type: string
6262
description: The path to the root of the repo.
6363
required: false
64-
default: ${{ github.workspace }}
64+
default: '.'
6565

6666
permissions:
6767
contents: write # to checkout the repo and create releases on the repo
@@ -136,7 +136,7 @@ jobs:
136136
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
137137
env:
138138
GITHUB_TOKEN: ${{ github.token }}
139-
DEFAULT_WORKSPACE: ${{ inputs.WorkingDirectory }}
139+
FILTER_REGEX_EXCLUDE: ${{ inputs.WorkingDirectory }}/.*
140140
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: false
141141
SAVE_SUPER_LINTER_SUMMARY: true
142142

0 commit comments

Comments
 (0)