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 b37e29c commit 1632f73Copy full SHA for 1632f73
.github/workflows/pake_build_next.yaml
@@ -17,8 +17,8 @@ jobs:
17
- name: Get Apps Config
18
id: read-apps-config
19
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
+ echo "apps_name=$(jq -c '[.[] | .name]' default_app_list.json)" >> $GITHUB_OUTPUT
+ echo "apps_config=$(jq -c '.[]' default_app_list.json)" >> $GITHUB_OUTPUT
22
23
trigger_build:
24
needs: read_apps_config
0 commit comments