Skip to content

Commit

Permalink
Suppress useless default branch name hint [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 8, 2021
1 parent b1f375c commit 602d09a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_dependencies.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: git config
run: |
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2
- run: autoconf
- name: Run configure
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: git config
run: |
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2
with:
path: src
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2
with:
path: src
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mjit.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: git config
run: |
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2
with:
path: src
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: git config
run: |
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2
with:
path: src
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Expand Up @@ -41,6 +41,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2
with:
path: src
Expand Down

0 comments on commit 602d09a

Please sign in to comment.