We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a223a1 commit a262981Copy full SHA for a262981
.github/workflows/ECS_deploy.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Deploy New ECS Task Definition
93
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
94
with:
95
- task-definition: task-definition.json
+ task-definition: ${{ steps.task-definition.outputs.task-definition }}
96
service: ${{ env.ECS_SERVICE_NAME }}
97
cluster: ${{ env.ECS_CLUSTER_NAME }}
98
wait-for-service-stability: true
0 commit comments