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
2019-08-13 17:11:30 +07:00

14 lines
366 B
YAML

name: 'Setup Flutter environment'
description: 'Setup your runner with Flutter'
author: 'Alif Rachmawadi'
inputs:
version:
description: 'The Flutter version to make available on the path'
required: true
channel:
description: 'The Flutter build release channel'
required: false
default: 'stable'
runs:
using: 'node12'
main: 'lib/index.js'