diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 22e794d..0e075d5 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -86,7 +86,7 @@ jobs: - name: Auto-format run: | dart format . - dart fix --apply + dart fix --apply - name: Commit Changes if: steps.check_changes.outputs.changes_detected == 'true'