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