feat(input): use the config file from given path

This commit is contained in:
orhun
2021-06-18 03:00:25 +03:00
parent 920cd73efd
commit 9e859999aa
4 changed files with 35 additions and 3 deletions

View File

@@ -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 }}"