Skip to content

Commit 147a33d

Browse files
committed
fix defaults
1 parent 9d16155 commit 147a33d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

action.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ inputs:
88
api-url:
99
description: 'API URL for devicecloud.dev'
1010
required: false
11-
default: 'https://api.devicecloud.dev'
1211
app-file:
1312
description: 'App binary to run your flows against'
1413
required: false
1514
app-binary-id:
1615
description: 'The ID of the app binary previously uploaded to devicecloud.dev'
1716
required: false
1817
additional-app-files:
19-
description: '[default: ] Additional app binary(s) to install before execution'
18+
description: 'Additional app binary(s) to install before executio ($0.10 cost per upload)'
2019
required: false
2120
additional-app-binary-ids:
22-
description: '[default: ] The ID of the additional app binary(s) previously uploaded to devicecloud.dev to install before execution'
21+
description: 'The ID of the additional app binary(s) previously uploaded to devicecloud.dev to install before execution'
2322
required: false
2423
android-api-level:
2524
description: '[Android only] Android API level to run your flow against <options: 29|30|31|32|33|34|35>'
@@ -40,10 +39,10 @@ inputs:
4039
description: 'One or more environment variables to inject into your flows'
4140
required: false
4241
exclude-flows:
43-
description: '[default: ] Sub directories to ignore when building the flow file list'
42+
description: 'Sub directories to ignore when building the flow file list'
4443
required: false
4544
exclude-tags:
46-
description: '[default: ] Flows which have these tags will be excluded from the run'
45+
description: 'Flows which have these tags will be excluded from the run'
4746
required: false
4847
flows:
4948
description: 'The path to the flow file or folder containing your flows'
@@ -55,7 +54,7 @@ inputs:
5554
description: 'Ignore the sha hash check and upload the binary regardless of whether it already exists (not recommended)'
5655
required: false
5756
include-tags:
58-
description: '[default: ] Only flows which have these tags will be included in the run'
57+
description: 'Only flows which have these tags will be included in the run'
5958
required: false
6059
ios-device:
6160
description: '[iOS only] iOS device to run your flow against <options: iphone-13|iphone-14|iphone-14-plus|iphone-14-pro|iphone-14-pro-max|iphone-15|iphone-15-plus|iphone-15-pro|iphone-15-pro-max|iphone-16|iphone-16-plus|iphone-16-pro|iphone-16-pro-max|ipad-pro-6th-gen>'
@@ -66,7 +65,6 @@ inputs:
6665
maestro-version:
6766
description: 'Maestro version to run your flow against'
6867
required: false
69-
default: '1.39.5'
7068
name:
7169
description: 'A custom name for your upload (useful for tagging commits etc)'
7270
required: false
@@ -85,6 +83,7 @@ inputs:
8583
workspace:
8684
description: 'The path to the workspace folder containing your flows'
8785
required: false
86+
default: './.maestro/'
8887
x86-arch:
8988
description: '[iOS only, experimental] Run your flow against x86 architecture simulator instead of arm64'
9089
required: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dcd-github-action",
33
"description": "run maestro tests on devicecloud.dev",
44
"author": "devicecloud.dev",
5-
"version": "1.2.4",
5+
"version": "1.2.5",
66
"main": "src/index.ts",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)