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