From de00162797ddd833a592b918e6405d7f87d26f15 Mon Sep 17 00:00:00 2001 From: mashehu Date: Tue, 10 Dec 2024 13:20:46 +0100 Subject: [PATCH] set git defaultBranch to master in sync action --- .github/workflows/sync.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 625f00d24..c1d14d634 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -87,6 +87,10 @@ jobs: with: version: "latest-everything" + - name: Set git defaultBranch to master + run: | + git config --global init.defaultBranch master + - name: Run synchronisation if: github.repository == 'nf-core/tools' env: