We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d916eb3 + 404f10f commit 9f624baCopy full SHA for 9f624ba
1 file changed
moduleroot/.github/workflows/release.yml.erb
@@ -12,7 +12,7 @@ jobs:
12
deploy:
13
name: 'deploy to forge'
14
runs-on: ubuntu-latest
15
- if: github.repository_owner == '<%= @configs[:namespace] %> %>'
+ if: github.repository_owner == '<%= @configs[:namespace] %>'
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v2
0 commit comments