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
description: 'A comma-separated list of platforms to build for. Do not include spaces. If not provided, will use the default list of platform supported by OpenVox.'
19
+
required: false
20
+
type: string
21
+
vanagon_branch:
22
+
description: 'The branch of the vanagon repository to use'
23
+
required: false
24
+
type: string
25
+
default: 'main'
26
+
upload_to_s3:
27
+
description: 'Whether to upload the built artifacts to S3. If false, the artifacts will only be uploaded as workflow artifacts.'
28
+
required: false
29
+
type: boolean
30
+
default: true
31
+
use_dev:
32
+
description: 'Use the "dev" branch of the shared-actions repo'
0 commit comments