Skip to content

Commit 7dbd15b

Browse files
committed
uupdate env
1 parent 9889ceb commit 7dbd15b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ runs:
3030
- name: Gen Screenshots
3131
run: |
3232
chromedriver --url-base=/wd/hub &
33-
ls ${{ github.action_path }}
34-
python ${{ github.action_path }}/test.py
33+
python $GITHUB_ACTION_PATH/test.py
3534
env:
3635
PYTHONIOENCODING: 'utf-8'
3736
PYTHONUTF8: '1'

0 commit comments

Comments
 (0)