Skip to content

Commit

Permalink
update README (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Apr 1, 2024
1 parent 0ef13f1 commit 3d80492
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,8 @@ 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
Expand Down Expand Up @@ -63,6 +65,8 @@ steps:
> 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
```yaml
steps:
- name: Clone repository
Expand Down Expand Up @@ -279,3 +283,6 @@ steps:
echo PUB-CACHE-PATH=${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}
echo PUB-CACHE-KEY=${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}
```
[Alif Rachmawadi]: https://github.com/subosito
[Bartek Pacia]: https://github.com/bartekpacia

0 comments on commit 3d80492

Please sign in to comment.