From a8c2a46f2dff963148146e5bd0b4c3b0ec41b61f Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 22 Mar 2023 02:37:24 -0700 Subject: [PATCH] test --- distros/rockylinux/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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