Skip to content

Commit 5999f0f

Browse files
committed
Fix repo and rubygems
1 parent 83ff2f3 commit 5999f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gem_push.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 == 'pepabo/oneaws'
13+
if: github.repository == 'pepabo/furik'
1414
runs-on: ubuntu-latest
1515

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

2020
permissions:
2121
contents: write

0 commit comments

Comments
 (0)