From 527d174b508067f88d98c138e5c28a391701d2b2 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 26 Sep 2022 15:14:35 +0200 Subject: [PATCH] .github: Fix syntax error --- .github/workflows/mantle-releases-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mantle-releases-main.yml b/.github/workflows/mantle-releases-main.yml index 18ed3b4789..e7ee14dc33 100644 --- a/.github/workflows/mantle-releases-main.yml +++ b/.github/workflows/mantle-releases-main.yml @@ -20,7 +20,7 @@ jobs: run: | if [ ${{ matrix.branch }} = "main" ]; then echo ::set-output name=BRANCH::main - elif [[ ${{ matrix.branch }} = 'lts-old'; then + elif [[ ${{ matrix.branch }} = 'lts-old' ]]; then echo ::set-output name=BRANCH::flatcar-lts-2605 else major=$(curl -sSL https://${{ matrix.branch }}.release.flatcar-linux.net/amd64-usr/current/version.txt | awk -F= '/FLATCAR_BUILD=/{ print $2 }')