Files
flutter-action/action.yml

21 lines
615 B
YAML
Raw Normal View History

2019-08-14 05:45:22 +07:00
name: 'Flutter Action'
description: 'Setup your runner with Flutter environment'
2019-08-13 17:11:30 +07:00
author: 'Alif Rachmawadi'
inputs:
2019-08-16 19:14:55 +07:00
flutter-version:
2019-08-13 17:11:30 +07:00
description: 'The Flutter version to make available on the path'
2019-08-16 18:30:45 +07:00
required: false
2019-08-13 17:11:30 +07:00
channel:
description: 'The Flutter build release channel'
required: false
default: 'stable'
2019-08-16 19:14:55 +07:00
# 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'
2019-08-13 17:11:30 +07:00
runs:
using: 'node12'
main: 'lib/index.js'
2019-08-14 05:38:02 +07:00
branding:
icon: 'maximize'
color: 'blue'