mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
chore(entrypoint): update argument passing
This commit is contained in:
@@ -17,6 +17,7 @@ runs:
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- --config=${{ inputs.config }}
|
||||
- ${{ inputs.args }}
|
||||
branding:
|
||||
icon: "triangle"
|
||||
color: "orange"
|
||||
|
||||
@@ -7,7 +7,7 @@ OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"}
|
||||
mkdir -p "$(dirname $OUTPUT)"
|
||||
|
||||
# Execute git-cliff
|
||||
git-cliff "$@"
|
||||
git-cliff $@
|
||||
exit_code=$?
|
||||
|
||||
# Output to console
|
||||
|
||||
Reference in New Issue
Block a user