Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 15, 2024
1 parent 8dc9301 commit 6d867b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ec2-asg-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ jobs:
uses: ./.github/workflows/e2e-test-publish-result.yml
secrets: inherit
with:
aws-region: ${{ env.E2E_TEST_AWS_REGION }}
aws-region: ${{ inputs.aws-region }}
caller-workflow-name: ${{ inputs.caller-workflow-name }}
validation-result: ${{ needs.dotnet-e2e-ec2-asg-test.outputs.validation-result }}
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ec2-default-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ jobs:
uses: ./.github/workflows/e2e-test-publish-result.yml
secrets: inherit
with:
aws-region: ${{ env.E2E_TEST_AWS_REGION }}
aws-region: ${{ inputs.aws-region }}
caller-workflow-name: ${{ inputs.caller-workflow-name }}
validation-result: ${{ needs.dotnet-e2e-ec2-default-test.outputs.validation-result }}
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,6 @@ jobs:
uses: ./.github/workflows/e2e-test-publish-result.yml
secrets: inherit
with:
aws-region: ${{ env.E2E_TEST_AWS_REGION }}
aws-region: ${{ inputs.aws-region }}
caller-workflow-name: ${{ inputs.caller-workflow-name }}
validation-result: ${{ needs.dotnet-e2e-eks-test.outputs.validation-result }}

0 comments on commit 6d867b8

Please sign in to comment.