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

docs: wrong usage guide #11

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## 1.0.0 (2024-08-26)


### Features

* setup FlutterGen action ([f14222a](https://github.com/FlutterGen/setup-fluttergen/commit/f14222a45dd13992645bf35b8e4e14e68675e53c))
- setup FlutterGen action ([f14222a](https://github.com/FlutterGen/setup-fluttergen/commit/f14222a45dd13992645bf35b8e4e14e68675e53c))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install `fluttergen` command in GitHub Actions.
# Usage

```yaml
- uses: FluttterGen/setup-fluttergen@v1
- uses: FlutterGen/setup-fluttergen@v1
with:
version: 5.6.0
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Setup FlutterGen'
author: 'FlutterGen'
description: 'Set up FlutterGen CLI in your GitHub Actions workflow'
description: 'Setup FlutterGen CLI in your GitHub Actions workflow'
inputs:
version:
description: 'FlutterGen version (optional, will be detected from project root .tool-versions or .mise.toml if not provided)'
Expand Down