From 77569b5ddbb503d5728e2eb810ea66347ed5ef6e Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 2 Sep 2023 14:08:40 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index bd97b18..3143a3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,11 @@ kind: pipeline name: python steps: - -- name: badgie - image: python - commands: - - pip install badgie - - badgie -w README.md + - name: badgie + image: python + commands: + - pip install badgie + - badgie -w README.md - name: update-readme image: alpine/git @@ -17,7 +16,7 @@ steps: from_secret: gitea_token commands: - git config user.name "sthope" - - git config user.email "rjs.ricarodsilva@gmail.com" + - git config user.email "rjs.ricardosilva@gmail.com" - git add README.md - git commit -m "Update README.md 🐦" - - git push origin main \ No newline at end of file + - git push origin main