Skip to content

Commit 34ae411

Browse files
committed
fix(admin): checkout cicd repo
perf: add publish JSON diff step
1 parent 2095d06 commit 34ae411

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/admin_fetch_updated_apps.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,19 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222
with:
23-
repository: ${{ github.repository }}
23+
repository: "${{ github.repository_owner }}/cicd-deployment-scripts"
2424

2525
- name: Fetch Updated Apps
2626
run: |
2727
source ./admin/fetch_updated_apps.sh
2828
2929
fetch_updated_apps ${{ github.repository_owner }}
3030
31-
echo "::notice::Updated Apps Fetched"
31+
echo "::notice::Updated Apps Fetched"
32+
33+
# Save plan to artifacts
34+
- name: Publish JSON diff
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: diff.json
38+
path: diff.json

0 commit comments

Comments
 (0)