Skip to content

Commit 14674d8

Browse files
authored
Merge pull request #2930 from flatcar/tormath1/mantle
workflow: update mantle branch to main
2 parents c9c1f6f + 4e08e4f commit 14674d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mantle-releases-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: fetch-latest-mantle
5656
run: |
5757
set -euo pipefail
58-
commit=$(git ls-remote https://github.com/flatcar/mantle refs/heads/flatcar-master | cut -f1)
58+
commit=$(git ls-remote https://github.com/flatcar/mantle refs/heads/main | cut -f1)
5959
echo "COMMIT=${commit}" >>"${GITHUB_OUTPUT}"
6060
- name: Try to apply patch
6161
if: ${{ steps.figure-out-branch.outputs.SKIP == 0 }}

0 commit comments

Comments
 (0)