mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
set version as optional
This commit is contained in:
parent
fc54c01d84
commit
62ca43375c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ author: 'Alif Rachmawadi'
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'The Flutter version to make available on the path'
|
description: 'The Flutter version to make available on the path'
|
||||||
required: true
|
required: false
|
||||||
channel:
|
channel:
|
||||||
description: 'The Flutter build release channel'
|
description: 'The Flutter build release channel'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue