mirror of
https://github.com/subosito/flutter-action.git
synced 2026-07-15 01:02:40 +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'
|