Skip to content

Commit 7339bb9

Browse files
committed
Partly reverted ruby-core job for breaking repository url on stable branch
1 parent c839c89 commit 7339bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ruby/ruby
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
45-
path: ruby/rubygems
45+
path: rubygems/rubygems # We need to backport repository url to sync_default_gems.rb of `ruby_3_4` branch.
4646
persist-credentials: false
4747
- name: Sync tools
4848
run: |

0 commit comments

Comments
 (0)