From 4e08e4f18ba861e293e5c03a7e9a485f57e2063f Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 19 May 2025 12:05:20 +0200 Subject: [PATCH] workflow: update mantle branch to main Signed-off-by: Mathieu Tortuyaux --- .github/workflows/mantle-releases-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mantle-releases-main.yml b/.github/workflows/mantle-releases-main.yml index dbfa9cd34b..3fcbeb58d5 100644 --- a/.github/workflows/mantle-releases-main.yml +++ b/.github/workflows/mantle-releases-main.yml @@ -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 }}