Skip to content

Commit

Permalink
feat: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-clouddrove authored Feb 28, 2024
1 parent feaec8c commit 03862fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RemoteSSHCommand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ on:
slack-notification:
description: "sending a brief message to a designated Slack channel."
default: false
type: string
type: string
secrets:
PRIVATE_SSH_KEY:
description: "Private SSH Key for secure communication with the server."
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
key: ${{ secrets.PRIVATE_SSH_KEY }}
port: ${{ inputs.port }}
envs: ${{ inputs.envs }}
---
---

0 comments on commit 03862fa

Please sign in to comment.