Skip to content

Commit

Permalink
Fix input summary (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored May 18, 2022
1 parent 444ecdd commit 0dd41db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ inputs:
- profile: pixel
opts:
title: Device Profile
description: Set the device profile to create the new virtual device. This profile contains all the parameters of the devices. To see the complete list of available profiles use the `avdmanager list device` command locally and use the `id` value for this input.
summary: Set the device profile to create the new AVD.
description: This profile contains all the parameters of the devices. To see the complete list of available profiles use the `avdmanager list device` command locally and use the `id` value for this input.
is_required: true
- api_level: 26
opts:
Expand Down

0 comments on commit 0dd41db

Please sign in to comment.