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
1
.github/actions/markdown2gempost/action.yml
vendored
1
.github/actions/markdown2gempost/action.yml
vendored
|
@ -13,3 +13,4 @@ runs:
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.input-dir }}
|
- ${{ inputs.input-dir }}
|
||||||
- ${{ inputs.output-dir }}
|
- ${{ inputs.output-dir }}
|
||||||
|
- ${{ inputs.processed-dir }}
|
Loading…
Reference in a new issue