add github action

This commit is contained in:
jackyzha0 2021-08-27 11:36:49 -04:00
parent 06cc90fa12
commit fcef39bb73

View File

@ -8,6 +8,10 @@ inputs:
default: . default: .
description: "Output Directory" description: "Output Directory"
required: false required: false
index:
default: "false"
description: "Index content"
required: false
description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo
branding: branding:
icon: anchor icon: anchor
@ -18,3 +22,4 @@ runs:
args: args:
- "-input=${{ inputs.input }}" - "-input=${{ inputs.input }}"
- "-output=${{ inputs.output }}" - "-output=${{ inputs.output }}"
- "-index=${{ inputs.index }}"