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: