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 c9dd18b commit 59a5d72Copy full SHA for 59a5d72
1 file changed
.github/workflows/sync-to-webparts.yaml
@@ -39,6 +39,6 @@ jobs:
39
echo "" >> $GITHUB_STEP_SUMMARY
40
41
if [ -f .metadata/samples.json ]; then
42
- SAMPLE_COUNT=$(jq '. | length' .metadata/samples. json)
+ SAMPLE_COUNT=$(jq '. | length' .metadata/samples.json)
43
echo "📊 **Extensions Samples to Sync:** $SAMPLE_COUNT" >> $GITHUB_STEP_SUMMARY
44
fi
0 commit comments