Skip to content

Commit 16b246f

Browse files
🩹 [Patch]: Comment out RUN_LOCAL and DEFAULT_BRANCH environment variables in Lint step for clarity
1 parent 2df9bf0 commit 16b246f

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
@@ -60,6 +60,6 @@ jobs:
6060
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
6161
env:
6262
GITHUB_TOKEN: ${{ github.token }}
63-
RUN_LOCAL: true
64-
DEFAULT_BRANCH: main
63+
# RUN_LOCAL: true
64+
# DEFAULT_BRANCH: main
6565
VALIDATE_MARKDOWN: true

0 commit comments

Comments
 (0)