Add author to Action manifest

This commit is contained in:
James M. Greene
2022-08-05 13:28:40 -05:00
parent 542786ddbc
commit 7c6340377c

View File

@@ -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"