You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ Registers an Amazon ECS task definition and deploys it to an ECS service.
20
20
21
21
## Usage
22
22
23
+
The action supports the following inputs:
24
+
25
+
*`task-definition` (required) - The path to the ECS task definition file (JSON format) to register.
26
+
*`max-retries` (optional) - The maximum number of retry attempts for AWS API calls. The action uses exponential backoff with jitter for retries. Defaults to 3.
27
+
*`service` (optional) - The name of the ECS service to update with the new task definition. If empty, the action will not attempt to update a service.
0 commit comments