From 68721e83c90709a5659704956f24d3e26a58bb4d Mon Sep 17 00:00:00 2001 From: Marina Limeira Date: Fri, 18 Aug 2023 15:49:24 +0200 Subject: [PATCH] Update action name + description --- action.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 27dc0fb..ce1b123 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,11 @@ -name: 'Terragrunt Github Action' -description: 'Guithub Action for Terragrunt.' -author: 'info@gruntwork.io' +name: 'Gruntwork Terragrunt' +description: 'Setup and execute Terragrunt.' +author: 'Gruntwork' + branding: icon: 'award' - color: 'green' + color: 'purple' + inputs: tg_version: description: 'Terragrunt version to install.'