fix: wrong path py script

pull/15/head
daffainfo 2023-10-30 18:50:39 +07:00
parent f149aa745d
commit acea7ac246
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
with:
python-version: '3.10'
- name: Run Python script
run: python .github/scripts/update_readme.py
run: python ../.github/scripts/update_readme.py
- name: Commit changes
run: |
git config --local user.email "action@github.com"