mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
feat(input): use the config file from given path
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -11,6 +11,7 @@ jobs:
|
||||
id: git-cliff
|
||||
uses: ./
|
||||
with:
|
||||
config: fixtures/cliff.toml
|
||||
args: --verbose
|
||||
- name: Print the changelog
|
||||
run: echo "${{ steps.git-cliff.outputs.changelog }}"
|
||||
|
||||
Reference in New Issue
Block a user