Skip to content

Commit 8720f56

Browse files
committed
docs(readme): update action input version
1 parent 290a349 commit 8720f56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This action generates a changelog based on your Git history using [git-cliff](ht
66

77
### Input variables
88

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

@@ -53,7 +53,6 @@ jobs:
5353
uses: orhun/git-cliff-action@v4
5454
id: git-cliff
5555
with:
56-
version: latest
5756
config: cliff.toml
5857
args: --verbose
5958
env:

0 commit comments

Comments
 (0)