Skip to content

Commit fc2a464

Browse files
committed
style: print colorized jq
1 parent ab2bdfb commit fc2a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/admin_fetch_updated_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "::notice::Updated Apps Fetched"
3939
4040
- name: Print JSON diff
41-
run: jq '.' diff.json
41+
run: jq -C '.' diff.json
4242

4343
# Save plan to artifacts
4444
- name: Publish JSON diff

0 commit comments

Comments
 (0)