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