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 76cb4a7 commit 9feee61Copy full SHA for 9feee61
.github/workflows/admin_fetch_updated_apps.yml
@@ -20,11 +20,17 @@ jobs:
20
- name: Checkout repository
21
uses: actions/checkout@v4
22
with:
23
- repository: "${{ github.repository_owner }}/cicd-deployment-scripts"
+ ref: ${{ github.ref_name }}
24
+
25
+ - name: GitHub Configuration
26
+ run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
27
28
+ - name: Clone cicd-deployment-scripts
29
+ run: git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
30
31
- name: Fetch Updated Apps
32
run: |
- source ./admin/fetch_updated_apps.sh
33
+ source ./cicd-deployment-scripts/admin/fetch_updated_apps.sh
34
35
fetch_updated_apps ${{ github.repository_owner }}
36
0 commit comments