summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 09:37:03 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 09:37:03 -0800
commit52c228604b06692f0afe578f8333eaf078eda8f3 (patch)
tree47867d197d48d420597cb8ebb6ab09859866cb0b /.github
parent860753eabbf364a32f5f95af0809b4682b9f9fb2 (diff)
Fix an outdated comment
We're actually using it for PR :p
Diffstat (limited to '.github')
-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