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