Skip to content

Commit 3bc88ad

Browse files
committed
docs
1 parent f42d423 commit 3bc88ad

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,30 @@ on:
2929
type: string
3030
required: true
3131

32-
# TODO(docs): What does this mean?
32+
# Whether to test the legacy version of the quickstart.
3333
is_legacy:
3434
type: boolean
3535
required: true
3636

37-
# TODO(docs):
37+
# The path to the encrypted `GoogleService-Info.plist` file.
3838
plist_src_path:
3939
type: string
4040
required: true
4141

42-
# TODO(docs):
42+
# The destination path for the decrypted `GoogleService-Info.plist` file.
4343
plist_dst_path:
4444
type: string
4545
required: true
4646

47-
# TODO(docs):
48-
# swift or objc
47+
# The type of quickstart to test.
48+
#
49+
# Options: [swift, objc]
4950
quickstart_type:
5051
type: string
5152
required: false
5253
default: objc
5354

54-
# TODO(docs):
55+
# Whether to run tests or just build. Defaults to true.
5556
run_tests:
5657
type: boolean
5758
required: false

0 commit comments

Comments
 (0)