fix: wrong path
parent
63569a2b04
commit
d8715db5cf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue