mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 15:35:44 +08:00
refactor(action): use OUTPUT environment variable as output path
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -17,5 +17,7 @@ jobs:
|
||||
with:
|
||||
config: fixtures/cliff.toml
|
||||
args: --verbose
|
||||
env:
|
||||
OUTPUT: fixtures/CHANGELOG.md
|
||||
- name: Print the changelog
|
||||
run: echo "${{ steps.git-cliff.outputs.changelog }}"
|
||||
run: cat "${{ steps.git-cliff.outputs.changelog }}"
|
||||
|
||||
Reference in New Issue
Block a user