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"
|
image: "Dockerfile"
|
||||||
args:
|
args:
|
||||||
- --config=${{ inputs.config }}
|
- --config=${{ inputs.config }}
|
||||||
|
- ${{ inputs.args }}
|
||||||
branding:
|
branding:
|
||||||
icon: "triangle"
|
icon: "triangle"
|
||||||
color: "orange"
|
color: "orange"
|
||||||
|
|||||||
@@ -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 "$@"
|
git-cliff $@
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
|
|
||||||
# Output to console
|
# Output to console
|
||||||
|
|||||||
Reference in New Issue
Block a user