Skip to content

Commit

Permalink
Update action descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximumFX authored Sep 6, 2024
1 parent 1ed843f commit a06b304
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit a06b304

Please sign in to comment.