From 409e03edfdb2845da1499e2bbe9f0eda004fdffc Mon Sep 17 00:00:00 2001 From: Max de Groot <7687218+MaximumFX@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:29:49 +0200 Subject: [PATCH] Fix broken yaml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c02de54..2b9de71 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: description: Filepath to an existing readme file to append to the end. mode: required: false - description: Which generator should be used: 'general' for frameworks/engines/apps, 'config' for configurations. + description: "Which generator should be used: 'general' for frameworks/engines/apps, 'config' for configurations." type: choice options: - general