Skip to content

Commit

Permalink
set git defaultBranch to master in sync action
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 10, 2024
1 parent a791707 commit de00162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit de00162

Please sign in to comment.