Remove 'allowedHosts' from Publish action input in template files

Signed-off-by: gaelgoth <gothuey.gael@gmail.com>
This commit is contained in:
gaelgoth
2025-07-04 07:43:32 +02:00
parent f4906890ba
commit c4a0830215
8 changed files with 20 additions and 22 deletions
@@ -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 }}',
},