Remove 'allowedHosts' from Publish action input in template files
Signed-off-by: gaelgoth <gothuey.gael@gmail.com>
This commit is contained in:
-2
@@ -99,7 +99,6 @@ describe('TemplateEditorToolbarTemplatesMenu', () => {
|
||||
name: 'Publish',
|
||||
action: 'publish:github',
|
||||
input: {
|
||||
allowedHosts: ['github.com'],
|
||||
description: 'This is ${{ parameters.component_id }}',
|
||||
repoUrl: '${{ parameters.repoUrl }}',
|
||||
},
|
||||
@@ -205,7 +204,6 @@ describe('TemplateEditorToolbarTemplatesMenu', () => {
|
||||
name: 'Publish',
|
||||
action: 'publish:github',
|
||||
input: {
|
||||
allowedHosts: ['github.com'],
|
||||
description: 'This is ${{ parameters.component_id }}',
|
||||
repoUrl: '${{ parameters.repoUrl }}',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user