mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-05-07 05:12:01 +08:00
feat(input): use the config file from given path
This commit is contained in:
@@ -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