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"