Skip to content

Commit

Permalink
Test commit 38ef14b
Browse files Browse the repository at this point in the history
  • Loading branch information
ecs-github-actions-cicd-bot committed Nov 19, 2024
1 parent 8d19bb7 commit 84e4cce
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:db20c2b0-1e08-429e-a648-6565d7f9b16a
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:33fc04eb-6d1b-461d-bdef-e68da5b30017
- 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@8d85c2aa5f3b833bc7ecb57a424d3185a0478100
uses: aws-actions/amazon-ecs-deploy-task-definition@38ef14be81dbfcd844739b7eeea827c6e02f096b
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@8d85c2aa5f3b833bc7ecb57a424d3185a0478100
uses: aws-actions/amazon-ecs-deploy-task-definition@38ef14be81dbfcd844739b7eeea827c6e02f096b
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@8d85c2aa5f3b833bc7ecb57a424d3185a0478100
uses: aws-actions/amazon-ecs-deploy-task-definition@38ef14be81dbfcd844739b7eeea827c6e02f096b
with:
task-definition: task-definition.json
service: github-actions-deploy-task-def-integ-test
Expand Down

0 comments on commit 84e4cce

Please sign in to comment.