Skip to content

Commit 6f4b006

Browse files
authored
Attempt to add "env" input
1 parent c1a5c7a commit 6f4b006

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/operations.site.command.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ on:
2121
default: ubuntu-latest
2222
description: The label of the runner you wish to use.
2323

24-
workflow_name:
24+
env:
2525
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
2829
2930
jobs:
3031
run-command:
@@ -41,4 +42,5 @@ jobs:
4142
- Root: `${{ inputs.working_directory }}`
4243
working-directory: ${{ inputs.working_directory }}
4344
run: |
45+
${{ inputs.env }}
4446
run-with-summary ${{ inputs.command }}

0 commit comments

Comments
 (0)