Skip to content

Commit ae4e419

Browse files
committed
Add example inputs
1 parent 82e2d47 commit ae4e419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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_MILLISECONDS=2400
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"
1316

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

0 commit comments

Comments
 (0)