mirror of
https://github.com/nikoksr/notify.git
synced 2025-01-24 03:16:35 +02:00
ci(docs): switch from config-flag to config option in action file
This commit is contained in:
parent
469a97fdd0
commit
36f86c4000
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
@ -20,16 +20,16 @@ jobs:
|
||||
uses: orhun/git-cliff-action@v1
|
||||
id: git-cliff-full
|
||||
with:
|
||||
# config: .cliff.toml # Doesn't seem to work
|
||||
args: -vv --config .config.toml
|
||||
config: .cliff.toml
|
||||
args: -vv
|
||||
env:
|
||||
OUTPUT: CHANGELOG.md
|
||||
- name: Generate latest changelog
|
||||
uses: orhun/git-cliff-action@v1
|
||||
id: git-cliff-latest
|
||||
with:
|
||||
# config: .cliff.toml # Doesn't seem to work
|
||||
args: -vv --latest --strip header --config .cliff.toml
|
||||
config: .cliff.toml
|
||||
args: -vv --latest --strip header
|
||||
env:
|
||||
OUTPUT: LATEST-CHANGES.md
|
||||
- name: Set the release body
|
||||
|
Loading…
x
Reference in New Issue
Block a user