From 9b0cb005081bb76e1a7cb7ceed5281658548cb8c Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 30 Dec 2021 01:26:25 +0000 Subject: [PATCH] BUILDID replaced by buildGuid in cloudformation --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6bf9cd28..9db67e8b 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,8 @@ inputs: description: 'Name of the build.' postBuildSteps: required: false - default: 'run a post build job in yaml format with the keys image, secrets (name, value object array), command string' + default: '' + description: 'run a post build job in yaml format with the keys image, secrets (name, value object array), command string' preBuildSteps: required: false default: ''