Added runner python script and workflow.
This commit is contained in:
7
.gitea/workflows/update.yaml
Normal file
7
.gitea/workflows/update.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
- name: Commit and Push changes
|
||||||
|
run: |
|
||||||
|
git config --local user.email "action@gitea.com"
|
||||||
|
git config --local user.name "Gitea Action"
|
||||||
|
git add README.md
|
||||||
|
git commit -m "Update profile stats" || echo "No changes to commit"
|
||||||
|
git push
|
||||||
0
update_profile.py
Normal file
0
update_profile.py
Normal file
Reference in New Issue
Block a user