diff --git a/.github/workflows/mantle-releases-main.yml b/.github/workflows/mantle-releases-main.yml index dbfa9cd34bc..3fcbeb58d5e 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 }}