corrected workflow
Some checks failed
Pull Request Pipeline / format (pull_request) Failing after 2m9s
Pull Request Pipeline / test (pull_request) Successful in 2m10s
Pull Request Pipeline / lint (pull_request) Failing after 2m12s

This commit is contained in:
2025-11-19 11:08:30 +01:00
parent 346dddcf62
commit dd8af42a47

View File

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