You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🩹 [Patch] Update Set-GitHubOutput to pretty-print JSON structure (#399)
## Description
This pull request makes a minor change to the `ConvertTo-GitHubOutput`
function by removing the `-Compress` parameter from `ConvertTo-Json`
calls. This pretty-prints the JSON output, so that its nicer to review
in GitHub Actions logs.
* Simplified JSON output:
- Removed the `-Compress` parameter from `ConvertTo-Json` calls for both
valid JSON strings and non-string values. This ensures consistent
formatting without compression.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
0 commit comments