We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f7c34 commit 41a1df1Copy full SHA for 41a1df1
action.yml
@@ -21,6 +21,6 @@ runs:
21
entrypoint: latexmk
22
args:
23
- -cd # change to directory of source file when processing it
24
- - -output-directory=/github/workspace/${{ inputs.working-directory }}
+ - -output-directory=/github/workspace/${{ inputs.output-directory }}
25
- /github/workspace/${{ inputs.file }}
26
- ${{ inputs.args }}
0 commit comments