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 d33423b commit 2772e54Copy full SHA for 2772e54
‎.github/workflows/Action-Test.yml‎
@@ -42,9 +42,9 @@ jobs:
42
- name: Lint documentation
43
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
44
env:
45
- FILTER_REGEX_INCLUDE: tests/srcTestRepo/outputs/docs
+ FILTER_REGEX_INCLUDE: outputs/docs
46
DEFAULT_BRANCH: main
47
- DEFAULT_WORKSPACE: ${{ inputs.WorkingDirectory }}
+ DEFAULT_WORKSPACE: tests/srcTestRepo
48
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
49
GITHUB_TOKEN: ${{ github.token }}
50
RUN_LOCAL: true
0 commit comments