Merge pull request #574 from flatcar/krnowak/fix-mantle-action

.github: Fix mantle update action
This commit is contained in:
Krzesimir Nowak 2022-11-18 14:43:43 +01:00 committed by GitHub
commit d2655679d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
id: fetch-latest-mantle id: fetch-latest-mantle
run: | run: |
commit=$(git ls-remote https://github.com/flatcar/mantle refs/heads/flatcar-master | cut -f1) 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 - name: Try to apply patch
if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }} if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }}
run: | run: |