Skip to content

Commit 48272fb

Browse files
authored
Merge pull request #9024 from ruby/uk-update-repo-owner
Update repo owner in `sync-ruby`
2 parents 6f0b622 + b7fb394 commit 48272fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
sync:
77
name: Sync ruby
88
runs-on: ubuntu-latest
9-
if: ${{ github.repository_owner == 'rubygems' }}
9+
if: ${{ github.repository_owner == 'ruby' }}
1010
steps:
1111
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1212
with:

0 commit comments

Comments
 (0)