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 2095d06 commit 34ae411Copy full SHA for 34ae411
.github/workflows/admin_fetch_updated_apps.yml
@@ -20,12 +20,19 @@ jobs:
20
- name: Checkout repository
21
uses: actions/checkout@v4
22
with:
23
- repository: ${{ github.repository }}
+ repository: "${{ github.repository_owner }}/cicd-deployment-scripts"
24
25
- name: Fetch Updated Apps
26
run: |
27
source ./admin/fetch_updated_apps.sh
28
29
fetch_updated_apps ${{ github.repository_owner }}
30
31
- echo "::notice::Updated Apps Fetched"
+ 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