workflow: update mantle branch to main

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-05-19 12:05:20 +02:00
parent c9c1f6f437
commit 4e08e4f18b
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

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