MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 98b02adc85 - Show all commits

View File

@@ -41,6 +41,8 @@ jobs:
# Needs credentials, push access and the right files need to be staged # Needs credentials, push access and the right files need to be staged
- name: Commit Changes - name: Commit Changes
run: | run: |
git config --global user.name "Gitea Actions"
git config --global user.email "actions@gitea.com"
git status git status
git add lib/ git add lib/
git status git status