Skip to content

Commit 41a1df1

Browse files
Fix reference to output-directory
1 parent d4f7c34 commit 41a1df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ runs:
2121
entrypoint: latexmk
2222
args:
2323
- -cd # change to directory of source file when processing it
24-
- -output-directory=/github/workspace/${{ inputs.working-directory }}
24+
- -output-directory=/github/workspace/${{ inputs.output-directory }}
2525
- /github/workspace/${{ inputs.file }}
2626
- ${{ inputs.args }}

0 commit comments

Comments
 (0)