Skip to content

Commit

Permalink
Test commit b02f5b3
Browse files Browse the repository at this point in the history
  • Loading branch information
ecs-github-actions-cicd-bot committed Oct 8, 2024
1 parent 52d091a commit 4db9b3e
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:78fd47dd-c316-4529-90c2-5493c6eda22b
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:0d64f7ab-2c85-40f5-b2b2-7c366126591c
- 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@538c502d04d34333fd936bfe234dd0e6e07b24bd
uses: aws-actions/amazon-ecs-deploy-task-definition@b02f5b3108de754d971955d43d8a5834004e0855
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@538c502d04d34333fd936bfe234dd0e6e07b24bd
uses: aws-actions/amazon-ecs-deploy-task-definition@b02f5b3108de754d971955d43d8a5834004e0855
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@538c502d04d34333fd936bfe234dd0e6e07b24bd
uses: aws-actions/amazon-ecs-deploy-task-definition@b02f5b3108de754d971955d43d8a5834004e0855
with:
task-definition: task-definition.json
service: github-actions-deploy-task-def-integ-test
Expand Down

0 comments on commit 4db9b3e

Please sign in to comment.