From 395ada868de65414f7c16ca6cc1d0314e8511d7a Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 22 Mar 2023 02:12:17 -0700 Subject: [PATCH] test --- distros/rockylinux3/action.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/distros/rockylinux3/action.yaml b/distros/rockylinux3/action.yaml index f5aa8ca..9515890 100644 --- a/distros/rockylinux3/action.yaml +++ b/distros/rockylinux3/action.yaml @@ -1,9 +1,6 @@ -name: rockylinux +name: rockylinux2 description: "Run rockylinux commands." inputs: - #args: - # description: "Shell arguments to pass into Rocky Linux." - # required: true workingDir: description: "Working directory to execute the commands in." required: true @@ -15,5 +12,4 @@ runs: using: docker image: Dockerfile args: - - "${{ inputs.workingDir }}" - #- "${{ inputs.args }}" \ No newline at end of file + - "${{ inputs.workingDir }}" \ No newline at end of file