mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 09:31:06 +02:00
Merge pull request #574 from flatcar/krnowak/fix-mantle-action
.github: Fix mantle update action
This commit is contained in:
commit
d2655679d8
2
.github/workflows/mantle-releases-main.yml
vendored
2
.github/workflows/mantle-releases-main.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user