File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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 5656
5757## Example Output
5858
59- The following markdown will be generated in the issue body:
59+ The following Markdown will be generated in the issue body:
6060
6161` ` ` markdown
6262This usage report is for the **ENTERPRISE_SLUG** GHEC account.
You can’t perform that action at this time.
0 commit comments