Added runner python script and workflow.

This commit is contained in:
2026-02-26 21:41:34 +00:00
parent 3b46890f7d
commit 5477d6b4dd
2 changed files with 7 additions and 0 deletions

View 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