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
Remove skip-chrome-onboarding feature and bump version to 2.0.0
This removes the skip-chrome-onboarding parameter from the action as it's no longer needed. Also updates the minimum Node.js version to 22.0.0 and bumps the package version to 2.0.0.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: action.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ inputs:
84
84
description: 'Runs Maestro with the --format flag, this will generate a report in the specified format <options: junit|html>'
85
85
required: false
86
86
retry:
87
-
description: 'Number of times to retry the run if it fails (same as pressing retry in the UI, this will deduct credits from your account)'
87
+
description: 'Number of times to retry the run if it fails (same as pressing retry in the UI, this is free)'
88
88
required: false
89
89
workspace:
90
90
description: 'The path to the workspace folder containing your flows'
@@ -100,9 +100,6 @@ inputs:
100
100
description: '[experimental] The type of runner to use <options: m1|m4> - note: anything other than default will incur premium pricing tiers. See https://docs.devicecloud.dev/reference/runner-type for more information'
0 commit comments