From 7506d89b4c414bfb4e322f9eca1163e3d28d7131 Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 22 Mar 2023 02:16:33 -0700 Subject: [PATCH] test --- distros/rockylinux4/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distros/rockylinux4/action.yaml b/distros/rockylinux4/action.yaml index 67fb50f..39ebe39 100644 --- a/distros/rockylinux4/action.yaml +++ b/distros/rockylinux4/action.yaml @@ -5,6 +5,10 @@ inputs: description: "Working directory to execute the commands in." required: true default: "." + arguments: + description: "Working directory to execute the commands in." + required: true + default: "." outputs: console: description: "The console output of the command."