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 fef99f2 commit dee5870
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions .github/workflows/AWSSSMSendCommand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,23 @@ on:
slack-notification:
description: "Sending a brief message to a designated Slack channel."
default: false
type: string

secrets:
AWS_REGION:
required: true
description: "Specify the AWS region where the EC2 instance is located"
AWS_ACCESS_KEY_ID:
required: true
description: "Provide the AWS access key ID for authentication"
AWS_SECRET_ACCESS_KEY:
required: true
description: "Provide the AWS secret access key for authentication"
INSTANCE_ID:
required: true
description: "Specify the AWS EC2 instance ID or IDs"
SLACK_WEBHOOK_URL:
required: false
description: "Specify Slack Incoming Webhook URL"

type: string
secrets:
AWS_REGION:
required: true
description: "Specify the AWS region where the EC2 instance is located"
AWS_ACCESS_KEY_ID:
required: true
description: "Provide the AWS access key ID for authentication"
AWS_SECRET_ACCESS_KEY:
required: true
description: "Provide the AWS secret access key for authentication"
INSTANCE_ID:
required: true
description: "Specify the AWS EC2 instance ID or IDs"
SLACK_WEBHOOK_URL:
required: false
description: "Specify Slack Incoming Webhook URL"
jobs:
ssm-send-commands:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -83,5 +81,4 @@ jobs:
SLACK_FOOTER: ${{ inputs.slack_footer }}
SLACK_COLOR: ${{ job.status }}
slack-notification: ${{ inputs.slack-notification }}


---

0 comments on commit dee5870

Please sign in to comment.