Skip to content

Commit 4e08e4f

Browse files
committed
workflow: update mantle branch to main
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent c9c1f6f commit 4e08e4f

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)