summaryrefslogtreecommitdiff
path: root/.github/workflows/mingw.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-08 12:42:48 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-08 13:39:55 +0900
commit602d09a1817bdc75c20d8299b75affadd2f9f180 (patch)
tree7d1529ccff588c9369bf8b5a1e96660881e4a599 /.github/workflows/mingw.yml
parentb1f375ccc544188284ce8ad3e63ab0dc12a50766 (diff)
Suppress useless default branch name hint [ci skip]
Diffstat (limited to '.github/workflows/mingw.yml')
-rw-r--r--.github/workflows/mingw.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index d1d31cd981..f807a2e8bd 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -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