summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.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/ubuntu.yml
parentb1f375ccc544188284ce8ad3e63ab0dc12a50766 (diff)
Suppress useless default branch name hint [ci skip]
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 29ed9e43c7..174104c5e3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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