mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-08 10:52:03 +01:00
Merge pull request #2930 from flatcar/tormath1/mantle
workflow: update mantle branch to main
This commit is contained in:
commit
14674d833d
2
.github/workflows/mantle-releases-main.yml
vendored
2
.github/workflows/mantle-releases-main.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
id: fetch-latest-mantle
|
||||
run: |
|
||||
set -euo pipefail
|
||||
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/main | cut -f1)
|
||||
echo "COMMIT=${commit}" >>"${GITHUB_OUTPUT}"
|
||||
- name: Try to apply patch
|
||||
if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user