Merge pull request #19536 from dvdksn/ci-validate-upstream-missing-vardeclar

ci: UPSTREAM_COMMIT was never declared as a variable in bake
This commit is contained in:
David Karlsson 2024-06-24 08:28:31 +02:00 committed by GitHub
commit 31b91e00bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ variable "UPSTREAM_MODULE_NAME" {
variable "UPSTREAM_REPO" {
default = null
}
variable "UPSTREAM_MODULE_NAME" {
variable "UPSTREAM_COMMIT" {
default = null
}