Skip to content

Commit

Permalink
[CI] Setup default git branch name (#82)
Browse files Browse the repository at this point in the history
To squash annoying warnings during the testing
  • Loading branch information
malfet authored Dec 7, 2024
1 parent 1b70da0 commit b93c8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "mr fake"
git config --global init.defaultBranch main
- name: Install and initialize sapling on macos
if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit b93c8e3

Please sign in to comment.