fix: wrong path
parent
63569a2b04
commit
d8715db5cf
|
@ -14,7 +14,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: Run Python script
|
- name: Run Python script
|
||||||
run: python ../.github/scripts/update_readme.py
|
run: python .github/scripts/update_readme.py
|
||||||
|
working-directory: ./
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
|
|
Loading…
Reference in New Issue