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 }}"