File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ branding:
55 color : " blue"
66inputs :
77 version :
8- description : " The version to install: Default: 3.0.2 "
8+ description : " The version to install: Default: latest "
99 required : false
10- default : " 3.0.2 "
10+ default : " latest "
1111 channel :
1212 description : " The version to install. Default: stable"
1313 required : false
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ARCH=$(echo "${RUNNER_ARCH:-x64}" | awk '{print tolower($0)}')
55OS=$( echo " ${RUNNER_OS:- linux} " | awk ' {print tolower($0)}' )
66
77# Args
8- FLUTTER_VERSION=${1:- 3.0.2 }
9- FLUTTER_CHANNEL=${2:- stable}
8+ FLUTTER_VERSION=${1:- " latest " }
9+ FLUTTER_CHANNEL=${2:- " stable" }
1010FLUTTER_OS=$OS
1111
1212# Detect the latest version
You can’t perform that action at this time.
0 commit comments