From fcef39bb734dc0d8abdb7f65b5a9ce72fdbbb398 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Fri, 27 Aug 2021 11:36:49 -0400 Subject: [PATCH] add github action --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 36ec077..da3080b 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,10 @@ inputs: default: . description: "Output Directory" required: false + index: + default: "false" + description: "Index content" + required: false description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo branding: icon: anchor @@ -18,3 +22,4 @@ runs: args: - "-input=${{ inputs.input }}" - "-output=${{ inputs.output }}" + - "-index=${{ inputs.index }}"