Skip to content

Commit

Permalink
Tabs for indentation in final examples.json
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Dec 16, 2024
1 parent 82255bc commit c2a9ae0
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 394 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/fetch_contributors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ UPDATED_EXAMPLES=$(echo "$EXAMPLES" | jq -c '.[]' | while read -r example; do
fi
done | jq -s '.')

# Write the updated content back to examples.json
echo "$UPDATED_EXAMPLES" > "$EXAMPLES_FILE"
# Write the updated content back to examples.json with tab indentation
echo "$UPDATED_EXAMPLES" | jq --tab '.' > "$EXAMPLES_FILE"

echo "Finished contributor update process. ✅"
Loading

0 comments on commit c2a9ae0

Please sign in to comment.