From 45d2ff523f23919f80c8e39cc3661484ea80dc6c Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Tue, 22 Sep 2026 13:50:26 +0300 Subject: [PATCH] Fix plugin with marketplace template. --- .gitea/workflows/loop-plugin-with-marketplace-template.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/loop-plugin-with-marketplace-template.yml b/.gitea/workflows/loop-plugin-with-marketplace-template.yml index e3147d2..09fbe29 100644 --- a/.gitea/workflows/loop-plugin-with-marketplace-template.yml +++ b/.gitea/workflows/loop-plugin-with-marketplace-template.yml @@ -5,21 +5,27 @@ on: go_version: required: false description: 'GO version' + type: string go_cache: required: false description: 'For direct disable go-cache if needed' + type: boolean node_version: required: false description: 'Node.js version' + type: string vault_secrets_base_path: required: true description: 'Base vault secret path' + type: string artifacts_url: required: true description: 'Artifacts URL' + type: string artifacts_repository: required: true description: 'Artifacts repository' + type: string secrets: VAULT_ROLE_ID: required: true -- 2.54.0