Files
flutter-action/action.yml
Alif Rachmawadi 3aa0d2f642 initial commit
2019-08-13 17:11:30 +07:00

15 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'