mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
15 lines
366 B
YAML
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'
|