-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
23 lines (23 loc) · 727 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: ECS "Deploy Task Definition To Scheduled Task" Action for GitHub Actions (Supports ARM64)
description: Registers an Amazon ECS task definition & deploys it to related ECS scheduled tasks
branding:
color: orange
icon: cloud
inputs:
cluster:
default: default
description: The name of the ECS cluster hosting the scheduled task(s).
required: false
task-definition:
description: The path to the ECS task definition file to register
required: true
rule-prefix:
default: ''
description: The CloudWatch Event name prefix to update
required: false
outputs:
task-definition-arn:
description: The ARN of the registered ECS task definition
runs:
using: node12
main: dist/index.js