mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-22 13:12:19 +00:00
fix missing input on action
This commit is contained in:
parent
da8f044d60
commit
d42c7bc12a
1 changed files with 5 additions and 2 deletions
7
.github/actions/markdown2gempost/action.yml
vendored
7
.github/actions/markdown2gempost/action.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue