File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments