diff --git a/distros/rockylinux/action.yaml b/distros/rockylinux/action.yaml index dc0f328..2fc412c 100644 --- a/distros/rockylinux/action.yaml +++ b/distros/rockylinux/action.yaml @@ -15,4 +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