From a06b3044970fa7e306f434a9202a59d15d96c332 Mon Sep 17 00:00:00 2001 From: Max de Groot <7687218+MaximumFX@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:24:38 +0200 Subject: [PATCH] Update action descriptions --- action.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index bf47933..c02de54 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: Update ShotGrid Readme author: MaximumFX -description: Automatic README.md updater for ShotGrid frameworks/engines/apps. +description: Automatic README.md generator for ShotGrid frameworks/engines/apps and configurations. branding: icon: book-open color: blue @@ -15,15 +15,13 @@ inputs: default: info.yml prepend: required: false - description: Prepend an existing readme file after the name and description. + description: Filepath to an existing readme file to prepend after the name and description. append: required: false - description: Append an existing readme file to the end. + description: Filepath to an existing readme file to append to the end. mode: required: false - description: > - Make a readme for a general info file (framework/engine/app) or a config info file. - If none provided the type will be try to be detected automatically. + description: Which generator should be used: 'general' for frameworks/engines/apps, 'config' for configurations. type: choice options: - general