From fc64b1c44df2218d1cdf6a2a305479650609f55b Mon Sep 17 00:00:00 2001 From: thebaptiste Date: Tue, 23 Apr 2024 06:02:25 +0000 Subject: [PATCH] build: fix --- .../docker-mfxxx-buildimage-testimage_set_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_files/.github/workflows/docker-mfxxx-buildimage-testimage_set_variables.sh b/common_files/.github/workflows/docker-mfxxx-buildimage-testimage_set_variables.sh index bd99f0f..6e8c1b1 100755 --- a/common_files/.github/workflows/docker-mfxxx-buildimage-testimage_set_variables.sh +++ b/common_files/.github/workflows/docker-mfxxx-buildimage-testimage_set_variables.sh @@ -21,7 +21,7 @@ case "${GITHUB_EVENT_NAME}" in OS_VERSION=${PAYLOAD_OS} fi;; workflow_dispatch) - B=${WORKFLOW_BRANCH} + BRANCH=${WORKFLOW_BRANCH} if [ -f .build_os ]; then OS_VERSION=`cat .build_os` else