summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-01-06 01:52:19 -0800
committerNARUSE, Yui <naruse@airemix.jp>2020-01-30 13:35:17 +0900
commit5dc82455aef4a42817208e11fbfbcdc1351f0734 (patch)
tree744c8d62be0eafbab2795f08ee04581988104c39 /.github/workflows/macos.yml
parent7d4243254629004007a390f7f1afc4a570a1fd00 (diff)
Slightly change the job wording [ci skip]
mame-san said it's weird
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ec2e631c73..5cbcd445aa 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -20,7 +20,7 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
- - name: Checkout push to ruby
+ - name: Checkout ruby
run: |
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
git -C src reset --hard "$GITHUB_SHA"