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 d18659d commit 68356dbCopy full SHA for 68356db
action.yml
@@ -31,7 +31,7 @@ runs:
31
- name: Gen Screenshots
32
run: |
33
chromedriver --url-base=/wd/hub &
34
- python $GITHUB_ACTION_PATH/test.py
+ python $GITHUB_ACTION_PATH/test.py ${{ inputs.path }} --pt_size ${{ inputs.pt_size }} ${{ inputs.fonts_before }}
35
env:
36
PYTHONIOENCODING: 'utf-8'
37
PYTHONUTF8: '1'
0 commit comments