Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ inputs:
description: 'The ID of the app binary previously uploaded to devicecloud.dev'
required: false
android-api-level:
description: '[Android only] Android API level to run your flow against <options: 29|30|31|32|33|34|35|36>'
description: '[Android only] Android API level to run your flow against <options: 29|30|31|32|33|34|35|36|37>'
required: false
android-device:
description: '[Android only] Android device to run your flow against <options: pixel-6|pixel-6-pro|pixel-7|pixel-7-pro|generic-tablet>'
description: '[Android only] Android device to run your flow against <options: pixel-6|pixel-6-pro|pixel-7|pixel-7-pro|pixel-8|pixel-10|pixel-10-pro|pixel-10-pro-xl|pixel-10-pro-fold|pixel-11|generic-tablet>'
required: false
async:
description: 'Immediately return (exit code 0) from the command without waiting for the results of the run (useful for saving CI minutes)'
Expand Down