Skip to content

Commit 1632f73

Browse files
committed
🔧 File naming conventions
1 parent b37e29c commit 1632f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pake_build_next.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Get Apps Config
1818
id: read-apps-config
1919
run: |
20-
echo "apps_name=$(jq -c '[.apps| .[] | .name]' apps.conf.json)" >> $GITHUB_OUTPUT
21-
echo "apps_config=$(jq -c '[.apps | .[]]' apps.conf.json)" >> $GITHUB_OUTPUT
20+
echo "apps_name=$(jq -c '[.[] | .name]' default_app_list.json)" >> $GITHUB_OUTPUT
21+
echo "apps_config=$(jq -c '.[]' default_app_list.json)" >> $GITHUB_OUTPUT
2222
2323
trigger_build:
2424
needs: read_apps_config

0 commit comments

Comments
 (0)