From 4fe9084ffab4db06239464f6c23e7c3bed1b8e4f Mon Sep 17 00:00:00 2001 From: meowsbits Date: Wed, 3 Aug 2022 08:05:15 -0700 Subject: [PATCH] fix syntax typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b318be9..0ef001d 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: "Upload Pages artifact" description: "A composite action that prepares your static assets to be deployed to GitHub Pages" inputs: path: - description: "Path of the directoring containing the static assets." + description: "Path of the directory containing the static assets." required: true default: "_site/" retention-days: