Skip to content

Commit

Permalink
Test commit 1af20b2
Browse files Browse the repository at this point in the history
  • Loading branch information
ecs-github-actions-cicd-bot committed Dec 20, 2024
1 parent 67f42f6 commit 9bf21ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: githubactionsamazonecsrende-wVtTCLjhID2l:aab26699-5a9c-4848-9b55-4becd9fd709c
echo Integration test run: githubactionsamazonecsrende-wVtTCLjhID2l:0bb8e229-7c66-47a5-b131-1ddf67c89a87
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Render Amazon ECS task definition with task definition file
id: render-task-definition-file
uses: aws-actions/amazon-ecs-render-task-definition@469db592f4341616e992bf7f231e19b3ab9b4efa
uses: aws-actions/amazon-ecs-render-task-definition@1af20b2036fad921f675af98880b575cbc359f1c
with:
task-definition: task-definition.json
container-name: sample-app
Expand All @@ -51,23 +51,23 @@ jobs:
- name: Render Amazon ECS task definition with task definition arn (amazon resource name)
id: render-task-definition-arn
uses: aws-actions/amazon-ecs-render-task-definition@469db592f4341616e992bf7f231e19b3ab9b4efa
uses: aws-actions/amazon-ecs-render-task-definition@1af20b2036fad921f675af98880b575cbc359f1c
with:
task-definition-arn: arn:aws:ecs:us-west-2:397300886559:task-definition/github-actions-render-task-definition-integ-tests:16
container-name: sample-app
image: amazon/amazon-ecs-sample:latest

- name: Render Amazon ECS task definition with task definition family
id: render-task-definition-family
uses: aws-actions/amazon-ecs-render-task-definition@469db592f4341616e992bf7f231e19b3ab9b4efa
uses: aws-actions/amazon-ecs-render-task-definition@1af20b2036fad921f675af98880b575cbc359f1c
with:
task-definition-family: github-actions-render-task-definition-integ-tests
container-name: sample-app
image: amazon/amazon-ecs-sample:latest

- name: Render Amazon ECS task definition with task definition family and revision
id: render-task-definition-family-revision
uses: aws-actions/amazon-ecs-render-task-definition@469db592f4341616e992bf7f231e19b3ab9b4efa
uses: aws-actions/amazon-ecs-render-task-definition@1af20b2036fad921f675af98880b575cbc359f1c
with:
task-definition-family: github-actions-render-task-definition-integ-tests
task-definition-revision: 1
Expand Down

0 comments on commit 9bf21ff

Please sign in to comment.