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

18 lines
412 B
YAML
Raw Normal View History

2019-08-14 00:45:22 +02:00
name: 'Flutter Action'
description: 'Setup your runner with Flutter environment'
2019-08-13 12:11:30 +02:00
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'
2019-08-14 00:38:02 +02:00
branding:
icon: 'maximize'
color: 'blue'