We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e2d47 commit ae4e419Copy full SHA for ae4e419
.env.example
@@ -9,7 +9,10 @@ ACTIONS_STEP_DEBUG=true
9
10
# GitHub Actions inputs should follow `INPUT_<name>` format (case-sensitive).
11
# Hyphens should not be converted to underscores!
12
-INPUT_MILLISECONDS=2400
+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"
16
17
# GitHub Actions default environment variables. These are set for every run of a
18
# workflow and can be used in your actions. Setting the value here will override
0 commit comments