Skip to content

Commit 59a5d72

Browse files
authored
fixed typo
1 parent c9dd18b commit 59a5d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-to-webparts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
echo "" >> $GITHUB_STEP_SUMMARY
4040
4141
if [ -f .metadata/samples.json ]; then
42-
SAMPLE_COUNT=$(jq '. | length' .metadata/samples. json)
42+
SAMPLE_COUNT=$(jq '. | length' .metadata/samples.json)
4343
echo "📊 **Extensions Samples to Sync:** $SAMPLE_COUNT" >> $GITHUB_STEP_SUMMARY
4444
fi

0 commit comments

Comments
 (0)