From 21e61a7dd8b00bc63b9a8b15252abdafd90c5a5c Mon Sep 17 00:00:00 2001 From: Ankit-clouddrove <153497201+Ankit-clouddrove@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:40:16 +0530 Subject: [PATCH] feat: fix lint error --- .github/workflows/RemoteSSHCommand.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/RemoteSSHCommand.yml b/.github/workflows/RemoteSSHCommand.yml index c1a6aab9..4a570c23 100644 --- a/.github/workflows/RemoteSSHCommand.yml +++ b/.github/workflows/RemoteSSHCommand.yml @@ -40,7 +40,7 @@ on: type: string default: false request_pty: - description: "Request a pseudo-terminal from the server." + description: "Request a pseudo-terminal from the server." type: string default: false SLACK_USERNAME: @@ -69,18 +69,18 @@ on: type: string secrets: - PRIVATE_SSH_KEY: - description: "Private SSH Key for secure communication with the server." - required: true - HOST: - description: "Public IP address of the server for remote access." - required: true - USERNAME: - description: "Username for authentication on the remote system or service." - required: true - SLACK_WEBHOOK_URL: - description: Specify Slack Incoming Webhook URL - required: false + PRIVATE_SSH_KEY: + description: "Private SSH Key for secure communication with the server." + required: true + HOST: + description: "Public IP address of the server for remote access." + required: true + USERNAME: + description: "Username for authentication on the remote system or service." + required: true + SLACK_WEBHOOK_URL: + description: Specify Slack Incoming Webhook URL + required: false jobs: