We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bca3c commit 77a03b1Copy full SHA for 77a03b1
.github/workflows/check-generated-files.yml
@@ -24,11 +24,11 @@ jobs:
24
if git diff --exit-code src/files.json > /dev/null; then
25
echo "✅ No changes detected in dojo/src/files.json. Everything is up to date."
26
else
27
- echo "❌ Detected changes in dojo/src/files.json."
+ echo "❌ \033[1mDetected changes in dojo/src/files.json.\033[0m"
28
+ echo ""
29
echo "Please run \`(p)npm run generate-content-json\` in the typescript-sdk/apps/dojo folder and commit the changes."
-
30
31
echo "The detected diff was as follows:"
32
echo "::group::Diff for dojo/src/files.json"
33
git diff src/files.json
34
echo "::endgroup::"
0 commit comments