diff --git a/distros/rockylinux/action.yaml b/distros/rockylinux/action.yaml index 6f8e015..dc0f328 100644 --- a/distros/rockylinux/action.yaml +++ b/distros/rockylinux/action.yaml @@ -15,5 +15,4 @@ runs: using: docker image: Dockerfile args: - - "${{ inputs.workingDir }}" - - "${{ inputs.command }}" \ No newline at end of file + - "${{ inputs.workingDir }} ${{ inputs.command }}" \ No newline at end of file