Fix args position.
This commit is contained in:
parent
c7e5ae7513
commit
bf978b222b
@ -15,5 +15,4 @@ runs:
|
|||||||
using: "docker"
|
using: "docker"
|
||||||
image: "Dockerfile"
|
image: "Dockerfile"
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.command }}
|
- ${{ inputs.command }} ${{ inputs.args }}
|
||||||
- ${{ inputs.args }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user