Skip to content

Commit fafaace

Browse files
committed
update error message
1 parent 3730252 commit fafaace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/json_schemas_pr_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
if ! git diff --exit-code "$json_file" >/dev/null; then
5050
echo "ERROR: $json_file is out of sync with $ts_file."
51-
echo "Please update $json_file by running the build script (npm run build:json)."
51+
echo "Please put the changes to .ts file ($ts_file) and update the .json file ($json_file) by running the build script (npm run build)."
5252
failed=1
5353
fi
5454
done

0 commit comments

Comments
 (0)