Skip to content

Commit f0a8de7

Browse files
committed
fix
1 parent 68356db commit f0a8de7

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
@@ -31,7 +31,7 @@ runs:
3131
- name: Gen Screenshots
3232
run: |
3333
chromedriver --url-base=/wd/hub &
34-
python $GITHUB_ACTION_PATH/test.py ${{ inputs.path }} --pt_size ${{ inputs.pt_size }} ${{ inputs.fonts_before }}
34+
python $GITHUB_ACTION_PATH/test.py ${{ inputs.path }} --pt_size ${{ inputs.pt_size }} --fonts_before ${{ inputs.fonts_before }}
3535
env:
3636
PYTHONIOENCODING: 'utf-8'
3737
PYTHONUTF8: '1'

0 commit comments

Comments
 (0)