mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 15:35:44 +08:00
feat(input): use the config file from given path
This commit is contained in:
@@ -6,7 +6,8 @@ This action generates a changelog based on your Git history using [git-cliff](ht
|
||||
|
||||
### Inputs
|
||||
|
||||
* `args`: Arguments to pass to git-cliff. Default `"-v"`
|
||||
* `config`: Path of the configuration file. Default: `"cliff.toml"`
|
||||
* `args`: Arguments to pass to git-cliff. Default: `"-v"`
|
||||
|
||||
### Outputs
|
||||
|
||||
@@ -18,6 +19,7 @@ This action generates a changelog based on your Git history using [git-cliff](ht
|
||||
- name: Changelog Generator
|
||||
uses: orhun/git-cliff-action@v1
|
||||
with:
|
||||
config: cliff.toml
|
||||
args: --verbose
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user