.github: Fix mantle update action

The variable is actually lowercase. Not sure how I ended up having
uppercase variant of it.
This commit is contained in:
Krzesimir Nowak 2022-11-18 14:36:38 +01:00
parent ddc401d6eb
commit f865792916

View File

@ -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: |