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

Set git config in global instead of system

This commit is contained in:
Nobuyoshi Nakada 2021-02-02 14:37:15 +09:00
parent 8ef30bcc04
commit 5a33ef0586
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 4 additions and 4 deletions

View file

@ -28,9 +28,9 @@ jobs:
working-directory:
- name: git config
run: |
git config --system core.autocrlf false
git config --system core.eol lf
git config --system advice.detachedHead 0
git config --global core.autocrlf false
git config --global core.eol lf
git config --global advice.detachedHead 0
- uses: actions/checkout@v2
with:
path: src

View file

@ -39,7 +39,7 @@ jobs:
choco install --no-progress winflexbison3 --version=2.5.18.20190508
- name: git config
run: |
git config --system advice.detachedHead 0
git config --global advice.detachedHead 0
- uses: actions/checkout@v2
with:
path: src