We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec43d89 commit 9876d81Copy full SHA for 9876d81
.github/workflows/swift_package_test.yml
@@ -13,11 +13,11 @@ on:
13
default: "[\"jammy\"]"
14
swift_flags:
15
type: string
16
- description: "Swift flangs for release version"
+ description: "Swift flags for release version"
17
default: ""
18
swift_nightly_flags:
19
20
- description: "Swift flangs for nightly version"
+ description: "Swift flags for nightly version"
21
22
pre_build_command:
23
@@ -28,7 +28,7 @@ on:
28
description: "Build command default is swift test"
29
default: "swift test"
30
env_vars:
31
- description: "List of environment variables."
+ description: "List of environment variables"
32
33
34
jobs:
0 commit comments