From 43725bbfb871eda8b3cc80b0109af0349598bfef Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 29 Dec 2021 23:54:35 +0000 Subject: [PATCH] Description from pre/post/custom build steps --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 70350064..40971674 100644 --- a/action.yml +++ b/action.yml @@ -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: ''