Skip to content

Commit aa7b978

Browse files
authored
fix(workflows): Forward test-repo branch to EC2Win (#2174)
1 parent a5720b2 commit aa7b978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,7 @@ jobs:
792792
-var="ami=${{ matrix.arrays.ami }}" \
793793
-var="use_ssm=${{ matrix.arrays.useSSM }}" \
794794
-var="s3_bucket=${S3_INTEGRATION_BUCKET}" \
795+
-var="github_test_repo_branch=${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}" \
795796
-var="runner_ip=${{ steps.runner_ip.outputs.ip }}" ; then
796797
terraform destroy -auto-approve
797798
else

0 commit comments

Comments
 (0)