From 542786ddbcc01c79cb60c28e422fd6445595adae Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 5 Aug 2022 13:27:44 -0500 Subject: [PATCH] Improve and shorten description for Marketplace publication --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27a4d12..c6995c5 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Configure Pages" -description: "An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows." +description: "A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators." runs: using: "node16" main: "dist/index.js"