mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 15:35:44 +08:00
fix(test): update the formatting of docker argument
This commit is contained in:
@@ -16,7 +16,7 @@ runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- ${{ inputs.args }} -c ${{ inputs.config }}
|
||||
- "${{ inputs.args }}" -c "${{ inputs.config }}"
|
||||
branding:
|
||||
icon: "triangle"
|
||||
color: "orange"
|
||||
|
||||
Reference in New Issue
Block a user