Skip to content

Commit f7d9c34

Browse files
committed
fix call
1 parent 3517b58 commit f7d9c34

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
@@ -50,7 +50,7 @@ runs:
5050
- name: Gen Screenshots
5151
run: |
5252
chromedriver --url-base=/wd/hub &
53-
python $GITHUB_ACTION_PATH/test.py --paths ${{ inputs.paths }} --pt_size ${{ inputs.pt_size }} --fonts_before ${{ inputs.fonts_before }} --out ${{ inputs.out }}
53+
python $GITHUB_ACTION_PATH/test.py --paths ${{ inputs.paths }} --pt_size ${{ inputs.pt_size }} --fonts_before ${{ inputs.fonts_before }} --out ${{ inputs.out }} --template_dir ${{ inputs.template_dir }}
5454
env:
5555
PYTHONIOENCODING: 'utf-8'
5656
PYTHONUTF8: '1'

0 commit comments

Comments
 (0)