Skip to content

Commit 404f10f

Browse files
committed
fix typo in GitHub actions template
1 parent d916eb3 commit 404f10f

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)