We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef49e8 commit b7b3e7bCopy full SHA for b7b3e7b
action.yml
@@ -93,6 +93,9 @@ outputs:
93
description: 'The ARN of the registered ECS task definition.'
94
codedeploy-deployment-id:
95
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
+
99
runs:
100
using: 'node20'
101
main: 'dist/index.js'
0 commit comments