Skip to content

Commit c0bffe9

Browse files
🩹 [Patch]: Add persist-credentials, DEFAULT_BRANCH, ENABLE_GITHUB_ACTIONS_GROUP_TITLE, and RUN_LOCAL environment variables in Action-Test workflow
1 parent cc53996 commit c0bffe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Checkout repo
2626
uses: actions/checkout@v5
2727
with:
28+
persist-credentials: false
2829
fetch-depth: 0
2930

3031
- name: Upload module artifact
@@ -45,8 +46,11 @@ jobs:
4546
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
4647
env:
4748
FILTER_REGEX_INCLUDE: outputs/docs
49+
DEFAULT_BRANCH: main
4850
DEFAULT_WORKSPACE: tests/srcTestRepo
51+
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
4952
GITHUB_TOKEN: ${{ github.token }}
53+
RUN_LOCAL: true
5054
VALIDATE_ALL_CODEBASE: true
5155
VALIDATE_BIOME_FORMAT: false
5256
VALIDATE_BIOME_LINT: false

0 commit comments

Comments
 (0)