name: rockylinux description: "Run rockylinux commands." inputs: args: description: "Shell arguments to pass into Rocky Linux." required: true outputs: console: description: "The console output of the command." runs: using: docker image: Dockerfile args: - "${{ inputs.args }}"