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 3f2c865 commit ab2bdfbCopy full SHA for ab2bdfb
.github/workflows/admin_fetch_updated_apps.yml
@@ -34,10 +34,11 @@ jobs:
34
cp .env.${{ github.ref_name }} .env
35
36
fetch_updated_apps ${{ github.repository_owner }}
37
-
38
- jq '.' diff.json
39
40
echo "::notice::Updated Apps Fetched"
+
+ - name: Print JSON diff
41
+ run: jq '.' diff.json
42
43
# Save plan to artifacts
44
- name: Publish JSON diff
0 commit comments