Skip to content

Commit 2772e54

Browse files
🩹 [Patch]: Fix lint documentation path and update workspace variable in Action-Test workflow
1 parent d33423b commit 2772e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- name: Lint documentation
4343
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
4444
env:
45-
FILTER_REGEX_INCLUDE: tests/srcTestRepo/outputs/docs
45+
FILTER_REGEX_INCLUDE: outputs/docs
4646
DEFAULT_BRANCH: main
47-
DEFAULT_WORKSPACE: ${{ inputs.WorkingDirectory }}
47+
DEFAULT_WORKSPACE: tests/srcTestRepo
4848
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
4949
GITHUB_TOKEN: ${{ github.token }}
5050
RUN_LOCAL: true

0 commit comments

Comments
 (0)