Skip to content

Commit b7b3e7b

Browse files
committed
fix: propagate run-task-arn to outputs
1 parent 8ef49e8 commit b7b3e7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ outputs:
9393
description: 'The ARN of the registered ECS task definition.'
9494
codedeploy-deployment-id:
9595
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller).'
96+
run-task-arn:
97+
description: 'The ARN(s) of the task(s) that were started by the run-task option. Output is in an array JSON format.'
98+
9699
runs:
97100
using: 'node20'
98101
main: 'dist/index.js'

0 commit comments

Comments
 (0)