From da8f044d606e6d3770084439168552828effc852 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 13 Apr 2024 16:10:37 -0500 Subject: [PATCH] add processed-dir arg to action --- .github/actions/markdown2gempost/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/markdown2gempost/action.yml b/.github/actions/markdown2gempost/action.yml index cca1129..b3fac0c 100644 --- a/.github/actions/markdown2gempost/action.yml +++ b/.github/actions/markdown2gempost/action.yml @@ -12,4 +12,5 @@ runs: image: 'Dockerfile' args: - ${{ inputs.input-dir }} - - ${{ inputs.output-dir }} \ No newline at end of file + - ${{ inputs.output-dir }} + - ${{ inputs.processed-dir }} \ No newline at end of file