1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

more README fixes (#292)

This commit is contained in:
Bartek Pacia 2024-04-01 04:09:25 +02:00 committed by GitHub
parent 3d80492992
commit 980391a6c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,6 @@ macOS.
The following sections show how to configure this action.
Maintainers: [Alif Rachmawadi] (original creator), [Bartek Pacia]
## Specifying Flutter version
### Use specific version and channel
@ -62,7 +60,7 @@ steps:
> [!WARNING]
>
> Using `flutter-version-file` requires [`yq`][https://github.com/mikefarah/yq],
> Using `flutter-version-file` requires [`yq`](https://github.com/mikefarah/yq),
> which is not pre-installed in `windows` images. Install it yourself.
### Use latest release for particular channel
@ -284,5 +282,10 @@ steps:
echo PUB-CACHE-KEY=${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}
```
## Maintainers
- [Alif Rachmawadi] (original creator)
- [Bartek Pacia]
[Alif Rachmawadi]: https://github.com/subosito
[Bartek Pacia]: https://github.com/bartekpacia