Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README #291

Merged
merged 1 commit into from Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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