mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
fix(env): use the correct environment variable for output
This commit is contained in:
@@ -7,7 +7,7 @@ OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"}
|
||||
mkdir -p "$(dirname $OUTPUT)"
|
||||
|
||||
# Execute git-cliff
|
||||
git-cliff $@
|
||||
GIT_CLIFF_OUTPUT="$OUTPUT" git-cliff $@
|
||||
exit_code=$?
|
||||
|
||||
# Output to console
|
||||
|
||||
Reference in New Issue
Block a user