Skip to content

Commit

Permalink
chore: prevent unexpected key error enableFaultInjection
Browse files Browse the repository at this point in the history
  • Loading branch information
jia1 committed Jan 9, 2025
1 parent f012c84 commit 6aa3141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
container-name: sending

- name: (Sending) Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.task-def-sending.outputs.task-definition }}
service: ${{ vars.WORKER_SERVICE_SENDING }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
container-name: logging

- name: (Logging) Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.task-def-logging.outputs.task-definition }}
service: ${{ vars.WORKER_SERVICE_LOGGING }}
Expand Down

0 comments on commit 6aa3141

Please sign in to comment.