Skip to content

Commit 9f624ba

Browse files
authored
Merge pull request #719 from bastelfreak/typo
fix typo in GitHub actions template
2 parents d916eb3 + 404f10f commit 9f624ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moduleroot/.github/workflows/release.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
name: 'deploy to forge'
1414
runs-on: ubuntu-latest
15-
if: github.repository_owner == '<%= @configs[:namespace] %> %>'
15+
if: github.repository_owner == '<%= @configs[:namespace] %>'
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)