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 fc2a464 commit ba5373fCopy full SHA for ba5373f
.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 -C '.' diff.json
+ run: "jq -C '[.[] | {app: .app, latest_tag: .latest_tag, total_commits: .total_commits}]' diff.json"
42
43
# Save plan to artifacts
44
- name: Publish JSON diff
0 commit comments