Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ inputs:
service:
description: 'The name of the ECS service to deploy to. The action will only register the task definition if no service is given.'
required: false
service-count:
description: 'Adding this as a test.'
required: false
cluster:
description: "The name of the ECS service's cluster. Will default to the 'default' cluster"
required: false
Expand Down Expand Up @@ -40,5 +43,5 @@ outputs:
codedeploy-deployment-id:
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading