From c0426a722b199fc1ee92a1d896bebd55bba84b15 Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 22 Mar 2023 02:36:35 -0700 Subject: [PATCH] fix --- distros/rockylinux/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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