Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Sthope 2023-09-02 14:07:40 +02:00
parent 83314a07ef
commit 3576ab7494

View File

@ -10,11 +10,14 @@ steps:
- pip install badgie
- badgie -w README.md
- 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 main
- name: update-readme
image: alpine/git
environment:
GIT_SSH_KEY:
from_secret: gitea_token
commands:
- git config user.name "sthope"
- git config user.email "rjs.ricarodsilva@gmail.com"
- git add README.md
- git commit -m "Update README.md 🐦"
- git push origin main