This commit is contained in:
parent
b41e783b29
commit
8ddf7a6ff6
@ -7,18 +7,14 @@ steps:
|
|||||||
|
|
||||||
- name: badgie
|
- name: badgie
|
||||||
image: python
|
image: python
|
||||||
commands:
|
|
||||||
- pip install badgie
|
|
||||||
- badgie -w README.md -s for-the-badge
|
|
||||||
|
|
||||||
- name: update-readme
|
|
||||||
image: alpine/git
|
|
||||||
environment:
|
environment:
|
||||||
USERNAME:
|
USERNAME:
|
||||||
from_secret: user_gitea
|
from_secret: user_gitea
|
||||||
PASSWORD:
|
PASSWORD:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
commands:
|
commands:
|
||||||
|
- pip install badgie
|
||||||
|
- badgie -w README.md -s for-the-badge
|
||||||
- git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope
|
- git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope
|
||||||
- git add README.md
|
- git add README.md
|
||||||
- git commit -m "Update README.md 🐦"
|
- git commit -m "Update README.md 🐦"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user