We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136cc07 commit 023a3e3Copy full SHA for 023a3e3
action.yml
@@ -46,7 +46,7 @@ runs:
46
- name: Gen Screenshots
47
run: |
48
chromedriver --url-base=/wd/hub &
49
- python $GITHUB_ACTION_PATH/test.py ${{ inputs.path }} --pt_size ${{ inputs.pt_size }} --fonts_before ${{ inputs.fonts_before }} --out ${{ inputs.out }}
+ python $GITHUB_ACTION_PATH/test.py --paths ${{ inputs.path }} --pt_size ${{ inputs.pt_size }} --fonts_before ${{ inputs.fonts_before }} --out ${{ inputs.out }}
50
env:
51
PYTHONIOENCODING: 'utf-8'
52
PYTHONUTF8: '1'
0 commit comments