Skip to content

Commit f0df6df

Browse files
committed
chore: remove space
1 parent 821d2ed commit f0df6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
submodules: true
4141
- name: fetch Rails tags
42-
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7* refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
42+
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7* refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
4343
- uses: ruby/setup-ruby@v1
4444
with:
4545
ruby-version: 2.7

0 commit comments

Comments
 (0)