From fc5b29b0a6ad85b90ecc3a615508ea666d336888 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 2 Feb 2023 01:09:21 +0100 Subject: [PATCH] Typo in hash property description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a8fd290..accd3c0 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: description: The YAML file for the GitHub issue form template required: true hash-property-name: - description: The object property to use to generate the has for the file name. + description: The object property to use to generate the hash for the file name. required: true