You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/operations.site.command.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,11 @@ on:
21
21
default: ubuntu-latest
22
22
description: The label of the runner you wish to use.
23
23
24
-
workflow_name:
24
+
env:
25
25
type: string
26
-
default: Run command
27
-
description: testing.
26
+
default: Environment
27
+
description: |
28
+
A string of environment variables to set for the command run. To alter the summary, see https://github.com/jonpugh/goatscripts/blob/main/src/run-with-summary
0 commit comments