Skip to content

Commit 2a534d6

Browse files
committed
Fix validation
1 parent acd53f0 commit 2a534d6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ACTIONS_STEP_DEBUG=true
99

1010
# GitHub Actions inputs should follow `INPUT_<name>` format (case-sensitive).
1111
# Hyphens should not be converted to underscores!
12-
INPUT_ENTERPRISE_SLUG=my-example-enterprise
13-
INPUT_ENTERPRISE_TOKEN=MY_EXAMPLE_TOKEN
14-
INPUT_GITHUB_TOKEN=MY_EXAMPLE_TOKEN
15-
INPUT_ISSUE_TITLE=My Issue Title
12+
INPUT_ENTERPRISE_SLUG="my-example-enterprise"
13+
INPUT_ENTERPRISE_TOKEN="MY_EXAMPLE_TOKEN"
14+
INPUT_GITHUB_TOKEN="MY_EXAMPLE_TOKEN"
15+
INPUT_ISSUE_TITLE="My Issue Title"
1616

1717
# GitHub Actions default environment variables. These are set for every run of a
1818
# workflow and can be used in your actions. Setting the value here will override

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
LINTER_RULES_PATH: ${{ github.workspace }}
4747
VALIDATE_ALL_CODEBASE: true
48+
VALIDATE_ENV: false
4849
VALIDATE_JAVASCRIPT_ES: false
4950
VALIDATE_JAVASCRIPT_STANDARD: false
5051
VALIDATE_JSCPD: false

0 commit comments

Comments
 (0)