Skip to content

Commit 1cf7bc1

Browse files
committed
Temporarily provide defaults for inputs
1 parent 1cb9a48 commit 1cf7bc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ on:
1010
type: string
1111
description: 'S3 bucket to download installers from'
1212
required: true
13+
default: 'mciuploads'
1314
bucket_key_prefix:
1415
type: string
1516
description: 'S3 bucket key prefix to download installers from'
1617
required: true
18+
default: '10gen-compass-main/5fc97c6dd185f397cd380de4c3506eb1a4139a61_leroux.bodenstein_988'
1719
version:
1820
type: string
1921
description: 'Version of the installer to download'
2022
required: true
23+
default: '25.1.22-dev.172741'
2124

2225
jobs:
2326
test:

0 commit comments

Comments
 (0)