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