-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f21743e
commit d352050
Showing
3 changed files
with
41 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,32 @@ | ||
name: "ECS Wait" | ||
author: "Oryan Moshe" | ||
description: "Waits for ECS service stability" | ||
name: 'ECS Wait' | ||
author: 'Oryan Moshe' | ||
description: 'Waits for ECS service stability' | ||
inputs: | ||
retries: | ||
description: "How many times to retry the 10 minute wait (integer)" | ||
description: 'How many times to retry the 10 minute wait (integer)' | ||
required: true | ||
default: 2 | ||
aws-access-key-id: | ||
description: "The AWS_ACCESS_KEY_ID (string)" | ||
required: true | ||
description: 'The AWS_ACCESS_KEY_ID (string)' | ||
aws-secret-access-key: | ||
description: "The AWS_SECRET_ACCESS_KEY (string)" | ||
required: true | ||
description: 'The AWS_SECRET_ACCESS_KEY (string)' | ||
aws-region: | ||
description: "The AWS_REGION (string)" | ||
required: true | ||
description: 'The AWS_REGION (string)' | ||
ecs-cluster: | ||
description: "The ECS cluster name (string)" | ||
description: 'The ECS cluster name (string)' | ||
required: true | ||
ecs-services: | ||
description: "List of ECS services to wait for (string[])" | ||
description: 'List of ECS services to wait for (string[])' | ||
required: true | ||
verbose: | ||
description: "Whether to print the retry log (bool)" | ||
description: 'Whether to print the retry log (bool)' | ||
default: false | ||
outputs: | ||
retries: | ||
description: "How many retries happened until success (integer)" | ||
description: 'How many retries happened until success (integer)' | ||
runs: | ||
using: "node12" | ||
main: "dist/index.js" | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
branding: | ||
icon: "clock" | ||
color: "purple" | ||
icon: 'clock' | ||
color: 'purple' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters