Merge pull request #2930 from flatcar/tormath1/mantle

workflow: update mantle branch to main
This commit is contained in:
Mathieu Tortuyaux 2025-05-19 12:10:33 +02:00 committed by GitHub
commit 14674d833d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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