Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 1a5bc9f

Browse files
committed
Correctly use component slug and not display name in GH actions template
1 parent 5cd320e commit 1a5bc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moduleroot/.github/workflows/test.yaml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99

1010
env:
11-
COMPONENT_NAME: <%= @configs['componentName'] %>
11+
COMPONENT_NAME: <%= @metadata[:module_name].delete_prefix('component-') %>
1212

1313
jobs:
1414
linting:

0 commit comments

Comments
 (0)