1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00
flutter/action.yml
Alif Rachmawadi 5fe8a7cf47
rename
2019-08-16 19:33:37 +07:00

20 lines
615 B
YAML

name: 'Flutter action'
description: 'Setup your runner with Flutter environment'
author: 'Alif Rachmawadi'
inputs:
flutter-version:
description: 'The Flutter version to make available on the path'
required: false
channel:
description: 'The Flutter build release channel'
required: false
default: 'stable'
# Deprecated option, do not use. Will not be supported after October 1, 2019
version:
description: 'Deprecated. Use flutter-version instead. Will not be supported after October 1, 2019'
runs:
using: 'node12'
main: 'lib/index.js'
branding:
icon: 'maximize'
color: 'blue'