Skip to content

Commit

Permalink
feat: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-clouddrove authored Feb 28, 2024
1 parent b9ac2bb commit 21e61a7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/RemoteSSHCommand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 21e61a7

Please sign in to comment.