Skip to content

Commit 79b0bc9

Browse files
committed
fix cmd
1 parent 023a3e3 commit 79b0bc9

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

0 commit comments

Comments
 (0)