Skip to content

Commit 455bc26

Browse files
🩹 [Patch]: Remove unnecessary environment variables in Action-Test workflow and set DEFAULT_BRANCH to reference the current branch
1 parent d23d661 commit 455bc26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
6666
env:
6767
GITHUB_TOKEN: ${{ github.token }}
68-
RUN_LOCAL: true
69-
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
70-
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true
68+
DEFAULT_BRANCH: ${{ github.ref }}
7169
VALIDATE_ALL_CODEBASE: true
7270
VALIDATE_MARKDOWN: true
7371
VALIDATE_NATURAL_LANGUAGE: true

0 commit comments

Comments
 (0)