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