--- kind: pipeline name: python steps: - name: badgie image: python commands: - pip install badgie - badgie -w README.md - git add . && git commit -m "Badgie 🐦" && git push --set-upstream origin main - name: Update file image: python commands: - python scripts/script.py status: - success