Skip to content

Commit 39f5518

Browse files
Remove extra double qoutes
The args are quoted by the runner itself
1 parent 1d57aea commit 39f5518

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
@@ -20,6 +20,6 @@ runs:
2020
image: docker://antaljanosbenjamin/latex-extra:latest
2121
entrypoint: latexmk
2222
args:
23-
- '-output-directory="/github/workspace/${{ inputs.working-directory }}"'
23+
- -output-directory=/github/workspace/${{ inputs.working-directory }}
2424
- ${{ inputs.args }}
2525
- /github/workspace/${{ inputs.file }}

0 commit comments

Comments
 (0)