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.
2 parents 6f0b622 + b7fb394 commit 48272fbCopy full SHA for 48272fb
.github/workflows/sync-ruby.yml
@@ -6,7 +6,7 @@ jobs:
6
sync:
7
name: Sync ruby
8
runs-on: ubuntu-latest
9
- if: ${{ github.repository_owner == 'rubygems' }}
+ if: ${{ github.repository_owner == 'ruby' }}
10
steps:
11
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12
with:
0 commit comments