From 4e84b0429a2bc65ea12c0b21b3f3834c60b70333 Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 22 Mar 2023 02:16:49 -0700 Subject: [PATCH] test --- distros/rockylinux4/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distros/rockylinux4/action.yaml b/distros/rockylinux4/action.yaml index 39ebe39..478f248 100644 --- a/distros/rockylinux4/action.yaml +++ b/distros/rockylinux4/action.yaml @@ -16,4 +16,5 @@ runs: using: docker image: Dockerfile args: - - "${{ inputs.workingDir }}" \ No newline at end of file + - "${{ inputs.workingDir }}" + - "${{ inputs.arguments }}" \ No newline at end of file