Skip to content

Commit

Permalink
docs(readme): update action input version
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 26, 2024
1 parent 290a349 commit 8720f56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action generates a changelog based on your Git history using [git-cliff](ht

### Input variables

- `version`: `git-cliff` version to use (Default: `"latest"`)
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.5.0"`)
- `config`: Path of the configuration file. (Default: `"cliff.toml"`)
- `args`: [Arguments](https://github.com/orhun/git-cliff#usage) to pass to git-cliff. (Default: `"-v"`)

Expand Down Expand Up @@ -53,7 +53,6 @@ jobs:
uses: orhun/git-cliff-action@v4
id: git-cliff
with:
version: latest
config: cliff.toml
args: --verbose
env:
Expand Down

0 comments on commit 8720f56

Please sign in to comment.