Skip to content

Commit ab2bdfb

Browse files
committed
style: separate print step
1 parent 3f2c865 commit ab2bdfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/admin_fetch_updated_apps.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
cp .env.${{ github.ref_name }} .env
3535
3636
fetch_updated_apps ${{ github.repository_owner }}
37-
38-
jq '.' diff.json
3937
4038
echo "::notice::Updated Apps Fetched"
39+
40+
- name: Print JSON diff
41+
run: jq '.' diff.json
4142

4243
# Save plan to artifacts
4344
- name: Publish JSON diff

0 commit comments

Comments
 (0)