Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2023-09-02 14:04:09 +02:00
parent d976d9c515
commit 714f51c8f3

View File

@ -9,13 +9,12 @@ steps:
commands:
- pip install badgie
- badgie -w README.md
- git add . && git commit -m "Badgie " && git push origin main
# - name: update-readme
# image: alpine/git
# commands:
# - git config user.name "Your Name"
# - git config user.email "your.email@example.com"
# - git add README.md
# - git commit -m "Update README.md 🐦"
# - git push origin master
- name: update-readme
image: alpine/git
commands:
- git config user.name "sthope"
- git config user.email "rjs.ricardosilva@gmail.com"
- git add README.md
- git commit -m "Update README.md 🐦"
- git push origin master