From f8657929164373efb298e5f60811be185e14cac5 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 18 Nov 2022 14:36:38 +0100 Subject: [PATCH] .github: Fix mantle update action The variable is actually lowercase. Not sure how I ended up having uppercase variant of it. --- .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 a6bcdbf655..185998c6e5 100644 --- a/.github/workflows/mantle-releases-main.yml +++ b/.github/workflows/mantle-releases-main.yml @@ -54,7 +54,7 @@ jobs: id: fetch-latest-mantle run: | commit=$(git ls-remote https://github.com/flatcar/mantle refs/heads/flatcar-master | cut -f1) - echo "COMMIT=${COMMIT}" >>"${GITHUB_OUTPUT}" + echo "COMMIT=${commit}" >>"${GITHUB_OUTPUT}" - name: Try to apply patch if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }} run: |