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
@@ -54,7 +54,6 @@ spec:
name: Publish
action: publish:github
input:
allowedHosts: ['github.com']
description: This is ${{ parameters.name }}
repoUrl: ${{ parameters.repoUrl }}
defaultBranch: 'main'