mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-22 21:22:17 +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'
|
name: 'Convert Markdown to Gempost'
|
||||||
description: 'Convert Markdown posts to Gemini posts with YAML sidecars for use with Gempost'
|
description: 'Convert Markdown posts to Gemtext with YAML sidecars for use with Gempost'
|
||||||
inputs:
|
inputs:
|
||||||
input-dir:
|
input-dir:
|
||||||
description: 'The directory containing markdown files'
|
description: 'The directory containing markdown files'
|
||||||
|
@ -7,6 +7,9 @@ inputs:
|
||||||
output-dir:
|
output-dir:
|
||||||
description: 'The directory to write gemini files to'
|
description: 'The directory to write gemini files to'
|
||||||
required: true
|
required: true
|
||||||
|
processed-dir:
|
||||||
|
description: 'The directory to move processed markdown files to'
|
||||||
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
|
Loading…
Reference in a new issue