Skip to content

Commit

Permalink
Merge pull request #11 from FlutterGen/docs-usage
Browse files Browse the repository at this point in the history
docs: wrong usage guide
  • Loading branch information
ronnnnn authored Aug 26, 2024
2 parents b8f5de2 + 5f97f2d commit 1818ba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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

0 comments on commit 1818ba8

Please sign in to comment.