We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839c89 commit 7339bb9Copy full SHA for 7339bb9
.github/workflows/ruby-core.yml
@@ -42,7 +42,7 @@ jobs:
42
working-directory: ruby/ruby
43
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
44
with:
45
- path: ruby/rubygems
+ path: rubygems/rubygems # We need to backport repository url to sync_default_gems.rb of `ruby_3_4` branch.
46
persist-credentials: false
47
- name: Sync tools
48
run: |
0 commit comments