Skip to content

Commit

Permalink
fix: missing GHES URL for the retry lambda (philips-labs#4177)
Browse files Browse the repository at this point in the history
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 <kai.liu@bmw.de>
  • Loading branch information
m8t88 and Kai Liu authored Oct 10, 2024
1 parent 88665e2 commit 3afbd5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/runners/job-retry.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ locals {
github_app_parameters = var.github_app_parameters
enable_organization_runners = var.enable_organization_runners
sqs_build_queue = var.sqs_build_queue
ghes_url = var.ghes_url
}
}

Expand Down

0 comments on commit 3afbd5f

Please sign in to comment.