From fbb46fa661c512b150b3b525fca32716ea5ea099 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 9 Aug 2022 22:15:35 -0500 Subject: [PATCH] Update Action name for Marketplace publishing --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fc1f659..555270e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ -name: 'Deploy to GitHub Pages' +name: 'GitHub Pages Deployment' description: 'A GitHub Action to deploy an artifact to GitHub Pages' +author: 'GitHub' runs: using: 'node16' main: 'dist/index.js'