Skip to content

Commit

Permalink
Merge pull request #719 from bastelfreak/typo
Browse files Browse the repository at this point in the history
fix typo in GitHub actions template
  • Loading branch information
ekohl authored Jun 28, 2021
2 parents d916eb3 + 404f10f commit 9f624ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleroot/.github/workflows/release.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy:
name: 'deploy to forge'
runs-on: ubuntu-latest
if: github.repository_owner == '<%= @configs[:namespace] %> %>'
if: github.repository_owner == '<%= @configs[:namespace] %>'
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 9f624ba

Please sign in to comment.