Actions aufsetzen #38

Merged
flixcoo merged 40 commits from setup/17-actions-aufsetzen into development 2025-11-19 19:35:07 +00:00
Showing only changes of commit 98b02adc85 - Show all commits

View File

@@ -41,7 +41,9 @@ jobs:
# Needs credentials, push access and the right files need to be staged
- name: Commit Changes
run: |
git status
git config --global user.name "Gitea Actions"
git config --global user.email "actions@gitea.com"
git status
git add lib/
git status
git commit -m "Actions: Auto-formatting [skip ci]"