Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 8, 2024
1 parent c453c4b commit 4e1e432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
push:
if: 'github.repository == "rubygems/configure_trusted_publisher"'
if: github.repository == 'rubygems/configure_trusted_publisher'
runs-on: ubuntu-latest

permissions:
Expand Down
4 changes: 2 additions & 2 deletions lib/configure_trusted_publisher/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def write_tag_action(repository)
jobs:
push:
if: 'github.repository == "rubygems/configure_trusted_publisher"'
if: github.repository == 'rubygems/configure_trusted_publisher'
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -320,7 +320,7 @@ def write_manual_action(repository)
jobs:
push:
if: 'github.repository == "rubygems/configure_trusted_publisher"'
if: github.repository == 'rubygems/configure_trusted_publisher'
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 4e1e432

Please sign in to comment.