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/swift_package_test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ on:
43
43
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`.
44
44
default: "swift test"
45
45
linux_env_vars:
46
-
description: "List of environment variables"
46
+
description: "Newline separated list of environment variables"
47
47
type: string
48
48
windows_env_vars:
49
-
description: "List of environment variables"
49
+
description: "Newline separated list of environment variables"
0 commit comments