diff --git a/.github/workflows/dotnet-ec2-asg-e2e-test.yml b/.github/workflows/dotnet-ec2-asg-e2e-test.yml index c49b0b6f8..159a5cded 100644 --- a/.github/workflows/dotnet-ec2-asg-e2e-test.yml +++ b/.github/workflows/dotnet-ec2-asg-e2e-test.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/dotnet-ec2-default-e2e-test.yml b/.github/workflows/dotnet-ec2-default-e2e-test.yml index 4e5705372..d98e11db6 100644 --- a/.github/workflows/dotnet-ec2-default-e2e-test.yml +++ b/.github/workflows/dotnet-ec2-default-e2e-test.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/dotnet-eks-e2e-test.yml b/.github/workflows/dotnet-eks-e2e-test.yml index 96aefe075..b3a9a7cdc 100644 --- a/.github/workflows/dotnet-eks-e2e-test.yml +++ b/.github/workflows/dotnet-eks-e2e-test.yml @@ -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 }} \ No newline at end of file