Skip to content

Commit 9de8b3b

Browse files
committed
Fix lint errors
1 parent ae4e419 commit 9de8b3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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
6262
This usage report is for the **ENTERPRISE_SLUG** GHEC account.

0 commit comments

Comments
 (0)