Skip to content

Commit 3a2bb19

Browse files
author
Kai Liu
committed
fix: Pass GHES URL for retry lambdas
The environment variable for the retry lambads is not set due to missing to pass the value to the inner terraform module. This fix remedies that.
1 parent 88665e2 commit 3a2bb19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/runners/job-retry.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ locals {
2626
github_app_parameters = var.github_app_parameters
2727
enable_organization_runners = var.enable_organization_runners
2828
sqs_build_queue = var.sqs_build_queue
29+
ghes_url = var.ghes_url
2930
}
3031
}
3132

0 commit comments

Comments
 (0)