Fix auto-gen script

This commit is contained in:
komeil Parseh 2023-01-24 22:17:57 +03:30
parent 89c2c8f41c
commit 9b95999980
No known key found for this signature in database
GPG key ID: 1928AF673B1C4255
2 changed files with 6 additions and 6 deletions

View file

@ -28,6 +28,6 @@ jobs:
- run: git config --global user.name "readme-gen"
- run: git config --global user.email "<>"
- run: python auto-gen.py
- run: git add README.md
- run: git add -A
- run: git commit -m "auto generate README.md" || echo "nothing to commit, working tree clean"; exit 0
- run: git push