From 08be6c6564a9f5255f9ed36a9ea7a070f4b7c493 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 29 Jan 2021 10:04:30 +0100 Subject: [PATCH] Update dotnet-format-daily.yml --- .github/workflows/dotnet-format-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-format-daily.yml b/.github/workflows/dotnet-format-daily.yml index d022feb1..5ae64bcc 100644 --- a/.github/workflows/dotnet-format-daily.yml +++ b/.github/workflows/dotnet-format-daily.yml @@ -21,7 +21,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} action: "fix" #only-changed-files: true # only works for PRs - workspace: "samples/XCT.Sample.sln" + workspace: "Xamarin.CommunityToolkit.sln" - name: Commit files if: steps.format.outputs.has-changes == 'true'