From 654942910bf09ae52fca65da5e633c2cf3dc17d0 Mon Sep 17 00:00:00 2001 From: James Dow Date: Fri, 30 Apr 2021 15:59:37 -0500 Subject: [PATCH] shortened description for action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c9602ce..51935f0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Wiki Helpers' -description: 'This action offers a number of helpers to help automate some of the laborious tasks across many files within a wiki. For example generating table of contents or backlinking references.' +description: 'This action offers a number of helpers to help automate some of the laborious tasks across many files within a wiki.' inputs: rootPath: # id of input description: './ (default) sets path of markdown files.'