Skip to content

Commit

Permalink
Test commit 5161012
Browse files Browse the repository at this point in the history
  • Loading branch information
ecs-github-actions-cicd-bot committed Jan 15, 2025
1 parent 24a3d67 commit 880f078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Print current build ID
run: |
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:1ab0d613-899a-4d01-abcb-bc9d11fc9c31
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:1ed40521-3535-4cb1-9f3a-9d85443cd084
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -30,7 +30,7 @@ jobs:
aws-region: us-west-2

- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
uses: aws-actions/amazon-ecs-deploy-task-definition@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac
uses: aws-actions/amazon-ecs-deploy-task-definition@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
with:
task-definition: task-definition-run-task.json
cluster: github-actions-deploy-task-def-integ-test
Expand All @@ -42,7 +42,7 @@ jobs:
wait-for-task-stopped: false

- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
uses: aws-actions/amazon-ecs-deploy-task-definition@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac
uses: aws-actions/amazon-ecs-deploy-task-definition@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
with:
task-definition: task-definition-run-task.json
cluster: github-actions-deploy-task-def-integ-test
Expand All @@ -55,7 +55,7 @@ jobs:
enable-ecs-managed-tags: true

- name: Deploy Amazon ECS task definition with ECS Service
uses: aws-actions/amazon-ecs-deploy-task-definition@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac
uses: aws-actions/amazon-ecs-deploy-task-definition@5161012bfdde29bf0c72b73b1ff1ba5663007bd8
with:
task-definition: task-definition.json
service: github-actions-deploy-task-def-integ-test
Expand Down

0 comments on commit 880f078

Please sign in to comment.