From fd7afbc05432d70d61395521d7d0bdf5250d45b1 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 10 Aug 2022 13:59:28 -0500 Subject: [PATCH] Add author --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index ed23ad4..13862be 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ name: "Upload GitHub Pages artifact" description: "A composite action that prepares your static assets to be deployed to GitHub Pages" +author: "GitHub" inputs: path: description: "Path of the directory containing the static assets."