fix: wrong path

pull/15/head
daffainfo 2023-10-30 18:55:05 +07:00
parent 63569a2b04
commit d8715db5cf
1 changed files with 2 additions and 1 deletions

View File

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