Skip to content

Commit

Permalink
Fixed wrong copy-and-paste configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 7, 2024
1 parent a0c353e commit 0415b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ permissions:

jobs:
push:
if: github.repository == 'ruby/etc'
if: github.repository == 'ruby/psych'
runs-on: ubuntu-latest

environment:
name: rubygems.org
url: https://rubygems.org/gems/etc
url: https://rubygems.org/gems/psych

permissions:
contents: write
Expand Down

0 comments on commit 0415b06

Please sign in to comment.