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 ab2bdfb commit fc2a464Copy full SHA for fc2a464
.github/workflows/admin_fetch_updated_apps.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "::notice::Updated Apps Fetched"
39
40
- name: Print JSON diff
41
- run: jq '.' diff.json
+ run: jq -C '.' diff.json
42
43
# Save plan to artifacts
44
- name: Publish JSON diff
0 commit comments