Skip to content

Commit 3afbd5f

Browse files
m8t88Kai Liu
and
Kai Liu
authored
fix: missing GHES URL for the retry lambda (#4177)
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. Co-authored-by: Kai Liu <[email protected]>
1 parent 88665e2 commit 3afbd5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/runners/job-retry.tf

+1
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)