Skip to content

Commit 0415b06

Browse files
committed
Fixed wrong copy-and-paste configuration
1 parent a0c353e commit 0415b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ permissions:
1010

1111
jobs:
1212
push:
13-
if: github.repository == 'ruby/etc'
13+
if: github.repository == 'ruby/psych'
1414
runs-on: ubuntu-latest
1515

1616
environment:
1717
name: rubygems.org
18-
url: https://rubygems.org/gems/etc
18+
url: https://rubygems.org/gems/psych
1919

2020
permissions:
2121
contents: write

0 commit comments

Comments
 (0)