From 7c6340377c39f748697b284f9af89c66c4d04439 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 5 Aug 2022 13:28:40 -0500 Subject: [PATCH] Add author to Action manifest --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index c6995c5..012a3b8 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ name: "Configure Pages" description: "A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators." +author: "GitHub" runs: using: "node16" main: "dist/index.js"