From 9311b97cd8f73b7710e5cce8f562b9342769e7cc Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 9 Aug 2022 22:26:39 -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 39caa135..1567d86d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ -name: 'Pages Jekyll' +name: 'Build Jekyll for GitHub Pages' description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages' +author: 'GitHub' inputs: source: description: 'Directory where the source files reside.'