mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42:18 +00:00
add processed-dir arg to action
This commit is contained in:
parent
0e33a32350
commit
da8f044d60
1 changed files with 2 additions and 1 deletions
3
.github/actions/markdown2gempost/action.yml
vendored
3
.github/actions/markdown2gempost/action.yml
vendored
|
@ -12,4 +12,5 @@ runs:
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.input-dir }}
|
- ${{ inputs.input-dir }}
|
||||||
- ${{ inputs.output-dir }}
|
- ${{ inputs.output-dir }}
|
||||||
|
- ${{ inputs.processed-dir }}
|
Loading…
Reference in a new issue