fix missing input on action

This commit is contained in:
John Bowdre 2024-04-13 16:15:15 -05:00
parent da8f044d60
commit d42c7bc12a

View file

@ -1,5 +1,5 @@
name: 'Markdown to Gempost'
description: 'Convert Markdown posts to Gemini posts with YAML sidecars for use with Gempost'
name: 'Convert Markdown to Gempost'
description: 'Convert Markdown posts to Gemtext with YAML sidecars for use with Gempost'
inputs:
input-dir:
description: 'The directory containing markdown files'
@ -7,6 +7,9 @@ inputs:
output-dir:
description: 'The directory to write gemini files to'
required: true
processed-dir:
description: 'The directory to move processed markdown files to'
required: true
runs:
using: 'docker'
image: 'Dockerfile'