Skip to content

Commit

Permalink
Test commit 3d5ec38
Browse files Browse the repository at this point in the history
  • Loading branch information
ecs-github-actions-cicd-bot committed Sep 24, 2024
1 parent c0afc77 commit f976e3e
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:5937219d-2fd4-4d83-a140-80e2a9c92147
echo Integration test run: githubactionsamazonecsrende-wVtTCLjhID2l:2f86320f-d015-4173-bc12-7fb52c23bb52
- 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@d895e80feebacfa5d7fcf58cc1cee94ebac09629
uses: aws-actions/amazon-ecs-render-task-definition@3d5ec381ad1b563d41a257b73d1eb80fc5cb7383
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@d895e80feebacfa5d7fcf58cc1cee94ebac09629
uses: aws-actions/amazon-ecs-render-task-definition@3d5ec381ad1b563d41a257b73d1eb80fc5cb7383
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@d895e80feebacfa5d7fcf58cc1cee94ebac09629
uses: aws-actions/amazon-ecs-render-task-definition@3d5ec381ad1b563d41a257b73d1eb80fc5cb7383
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@d895e80feebacfa5d7fcf58cc1cee94ebac09629
uses: aws-actions/amazon-ecs-render-task-definition@3d5ec381ad1b563d41a257b73d1eb80fc5cb7383
with:
task-definition-family: github-actions-render-task-definition-integ-tests
task-definition-revision: 1
Expand Down

0 comments on commit f976e3e

Please sign in to comment.