diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 0e075d5..d30f3fe 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -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 \ No newline at end of file + git push