[workflow] fixes quote issue in error message

This commit is contained in:
Refringe
2025-07-21 09:30:21 -04:00
parent adf9a9b1cc
commit f53c69e2e5
+1 -1
View File
@@ -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