Change default values for input variables
This commit is contained in:
@@ -26,5 +26,5 @@ jobs:
|
|||||||
file1.tex
|
file1.tex
|
||||||
file2.tex
|
file2.tex
|
||||||
compiler: latexmk
|
compiler: latexmk
|
||||||
options: '-xelatex'
|
options: -xelatex
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ inputs:
|
|||||||
required: true
|
required: true
|
||||||
compiler:
|
compiler:
|
||||||
description: The TeX engine to be used.
|
description: The TeX engine to be used.
|
||||||
default: xelatex
|
default: latexmk
|
||||||
options:
|
options:
|
||||||
description: Arguments to be passed to the TeX compiler
|
description: Arguments to be passed to the TeX compiler
|
||||||
default: ''
|
default: '-xelatex'
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: Dockerfile
|
image: Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user