From 1632f736d5ad1d05b2f902e9289c314102116127 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 9 Dec 2024 20:32:33 +0800 Subject: [PATCH] :wrench: File naming conventions --- .github/workflows/pake_build_next.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pake_build_next.yaml b/.github/workflows/pake_build_next.yaml index 47c00fe..2713268 100644 --- a/.github/workflows/pake_build_next.yaml +++ b/.github/workflows/pake_build_next.yaml @@ -17,8 +17,8 @@ jobs: - name: Get Apps Config id: read-apps-config run: | - echo "apps_name=$(jq -c '[.apps| .[] | .name]' apps.conf.json)" >> $GITHUB_OUTPUT - echo "apps_config=$(jq -c '[.apps | .[]]' apps.conf.json)" >> $GITHUB_OUTPUT + echo "apps_name=$(jq -c '[.[] | .name]' default_app_list.json)" >> $GITHUB_OUTPUT + echo "apps_config=$(jq -c '.[]' default_app_list.json)" >> $GITHUB_OUTPUT trigger_build: needs: read_apps_config