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

This commit is contained in:
Sthope 2023-09-02 13:58:07 +02:00
parent 4b441a5ace
commit 062c3ccc31

View File

@ -9,7 +9,7 @@ steps:
commands:
- pip install badgie
- badgie -w README.md
- git add . && git commit -m "Badgie 🐦" && git push
- git add . && git commit -m "Badgie 🐦" && git push --set-upstream origin main
- name: Update file
image: python