Skip to content

Commit

Permalink
Clarified JSON Schema check failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
m4-used-rollout authored Dec 14, 2023
1 parent 39a42fa commit 42fee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/json-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
git add config.matchmode.schema.json
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git diff-index --quiet HEAD || { echo 'Please update the json schemas by running `dotnet run -- regenjsonschemas`'; exit 1; }
git diff-index --quiet HEAD || { echo 'The configuration schema has changed. Please update the json schema files by running `dotnet run -- regenjsonschemas` locally and committing the output.'; exit 1; }

0 comments on commit 42fee3a

Please sign in to comment.