Merge pull request 'Fix plugin with marketplace template.' (#29) from Fix-plugin-with-marketplace-template into master
Reviewed-on: #29
This commit was merged in pull request #29.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user