1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Suppress useless default branch name hint [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-03-08 12:42:48 +09:00
parent b1f375ccc5
commit 602d09a181
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
6 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@ jobs:
- name: git config - name: git config
run: | run: |
git config --global advice.detachedHead 0 git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: autoconf - run: autoconf
- name: Run configure - name: Run configure

View file

@ -15,6 +15,7 @@ jobs:
- name: git config - name: git config
run: | run: |
git config --global advice.detachedHead 0 git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
path: src path: src

View file

@ -30,6 +30,7 @@ jobs:
git config --global core.autocrlf false git config --global core.autocrlf false
git config --global core.eol lf git config --global core.eol lf
git config --global advice.detachedHead 0 git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
path: src path: src

View file

@ -23,6 +23,7 @@ jobs:
- name: git config - name: git config
run: | run: |
git config --global advice.detachedHead 0 git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
path: src path: src

View file

@ -37,6 +37,7 @@ jobs:
- name: git config - name: git config
run: | run: |
git config --global advice.detachedHead 0 git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
path: src path: src

View file

@ -41,6 +41,7 @@ jobs:
git config --global core.autocrlf false git config --global core.autocrlf false
git config --global core.eol lf git config --global core.eol lf
git config --global advice.detachedHead 0 git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
path: src path: src