Skip to content

Commit 79ebcef

Browse files
authored
Merge pull request #102 from ahoppen/improve-env-var-comment
Clarify how environment variables should be separated in `linux_env_vars` and `windows_env_vars`
2 parents 16a7278 + 219bcd6 commit 79ebcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ on:
4343
It is strongly encouraged to run all command using `Invoke-Program` unless you want to continue on error eg. `Invoke-Program git apply patch.diff` instead of `git apply patch.diff`.
4444
default: "swift test"
4545
linux_env_vars:
46-
description: "List of environment variables"
46+
description: "Newline separated list of environment variables"
4747
type: string
4848
windows_env_vars:
49-
description: "List of environment variables"
49+
description: "Newline separated list of environment variables"
5050
type: string
5151
enable_linux_checks:
5252
type: boolean

0 commit comments

Comments
 (0)