Skip to content

Commit ba5373f

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

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 -C '.' diff.json
41+
run: "jq -C '[.[] | {app: .app, latest_tag: .latest_tag, total_commits: .total_commits}]' diff.json"
4242

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

0 commit comments

Comments
 (0)