mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
Add author to Action manifest
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
name: "Configure Pages"
|
name: "Configure Pages"
|
||||||
description: "A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators."
|
description: "A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators."
|
||||||
|
author: "GitHub"
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
using: "node16"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user