diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 915ec49..36313b6 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -35,7 +35,7 @@ jobs: run: dotnet tool install -g dotnet-format - name: Run dotnet format - run: dotnet format . -f + run: dotnet format . - name: Commit files # 下面将使用机器人的账号,你可以替换为你自己的账号