From f53c69e2e53b1a03b41d1bd4e400f17dcc610f86 Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 21 Jul 2025 09:30:21 -0400 Subject: [PATCH] [workflow] fixes quote issue in error message --- .github/workflows/dotnet-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 4709c836..e9c9d8e4 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -35,7 +35,7 @@ jobs: if: github.event_name == 'pull_request' run: | if [[ -n $(git status --porcelain) ]]; then - echo "::error::Code formatting issues found. Please run 'csharpier format .' locally and push the changes to your PR branch. Read the `README.md` file for more information." + echo "::error::Code formatting issues found. Please run 'csharpier format .' locally and push the changes to your PR branch. Read the 'README.md' file for more information." git status --porcelain exit 1 fi