ci: UPSTREAM_COMMIT was never declared as a variable in bake

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-29 10:04:37 +01:00
parent 2cf68229eb
commit 1b0297d0b2
1 changed files with 1 additions and 1 deletions

View File

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