There was an error while loading. Please reload this page.
1 parent a0c353e commit 0415b06Copy full SHA for 0415b06
1 file changed
.github/workflows/push_gem.yml
@@ -10,12 +10,12 @@ permissions:
10
11
jobs:
12
push:
13
- if: github.repository == 'ruby/etc'
+ if: github.repository == 'ruby/psych'
14
runs-on: ubuntu-latest
15
16
environment:
17
name: rubygems.org
18
- url: https://rubygems.org/gems/etc
+ url: https://rubygems.org/gems/psych
19
20
permissions:
21
contents: write
0 commit comments