Description from pre/post/custom build steps

pull/310/head
Frostebite 2021-12-29 23:54:35 +00:00
parent 3b278c3301
commit 43725bbfb8
1 changed files with 3 additions and 3 deletions

View File

@ -24,13 +24,13 @@ inputs:
description: 'Name of the build.'
postBuildSteps:
required: false
default: ''
default: 'run a post build job in yaml format with the keys image, secrets (name, value object array), command string'
preBuildSteps:
required: false
default: ''
default: 'Run a pre build job after the repository setup but before the build job (in yaml format with the keys image, secrets (name, value object array), command line string)'
customBuildSteps:
required: false
default: ''
default: 'Run a custom job instead of the standard build automation for cloud runner (in yaml format with the keys image, secrets (name, value object array), command line string)'
buildsPath:
required: false
default: ''