From fedefb25afc08706dc0c98a24829e05e5a05be71 Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 22 Mar 2023 02:30:24 -0700 Subject: [PATCH] fix --- 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 3ca29d9..6f8e015 100644 --- a/distros/rockylinux/action.yaml +++ b/distros/rockylinux/action.yaml @@ -16,4 +16,4 @@ runs: image: Dockerfile args: - "${{ inputs.workingDir }}" - - "${{ inputs.args }}" \ No newline at end of file + - "${{ inputs.command }}" \ No newline at end of file