Suppress useless default branch name hint [ci skip]
This commit is contained in:
parent
b1f375ccc5
commit
602d09a181
1
.github/workflows/check_dependencies.yml
vendored
1
.github/workflows/check_dependencies.yml
vendored
@ -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
|
||||
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
1
.github/workflows/mingw.yml
vendored
1
.github/workflows/mingw.yml
vendored
@ -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
|
||||
|
1
.github/workflows/mjit.yml
vendored
1
.github/workflows/mjit.yml
vendored
@ -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
|
||||
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user