Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/swift_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ on:
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`.
default: "swift test"
linux_env_vars:
description: "List of environment variables"
description: "Newline separated list of environment variables"
type: string
windows_env_vars:
description: "List of environment variables"
description: "Newline separated list of environment variables"
type: string
enable_linux_checks:
type: boolean
Expand Down