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 cb929e7 commit ca7925fCopy full SHA for ca7925f
1 file changed
.github/workflows/ruby-core.yml
@@ -48,8 +48,14 @@ jobs:
48
working-directory: ruby/ruby
49
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50
with:
51
- path: rubygems/rubygems # We need to backport repository url to sync_default_gems.rb of `ruby_3_4` branch.
+ path: rubygems/rubygems
52
persist-credentials: false
53
+ if: matrix.branch == 'ruby_3_4'
54
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
55
+ with:
56
+ path: ruby/rubygems
57
+ persist-credentials: false
58
+ if: matrix.branch != 'ruby_3_4'
59
- name: Sync tools
60
run: |
61
ruby tool/sync_default_gems.rb rubygems
0 commit comments