MVP #141

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

View File

@@ -91,8 +91,6 @@ jobs:
- name: Commit Changes
if: steps.check_changes.outputs.changes_detected == 'true'
run: |
# git config --global user.name "GitHub Actions"
# git config --global user.email "actions@github.com"
git add .
git commit -m "Actions: Auto-formatting [skip ci]"
git push
git push