summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 09:37:03 -0800
committerNARUSE, Yui <naruse@airemix.jp>2020-01-30 13:34:25 +0900
commit24621f23e5cc9403910b82e671c2b299ec65bd67 (patch)
treeb3079dee0699bd0c60384c75fe4feb75194668eb /.github/workflows
parente3dfd9f2b5729d4d8ac4541110af409ee218aadd (diff)
Fix an outdated comment
We're actually using it for PR :p
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 63b38b5b7d..00fb5fdf7b 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -36,7 +36,7 @@ jobs:
run: |
git config --system core.autocrlf false
git config --system core.eol lf
- # Not using official actions/checkout@v2 because it's unstable and sometimes doesn't work for a fork.
+ # Not using official actions/checkout@v2 because it's unstable.
- name: Checkout ruby/ruby
run: |
git clone --single-branch --shallow-since=yesterday https://github.com/ruby/ruby src