We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e4cae commit c043593Copy full SHA for c043593
.github/workflows/deployment.yml
@@ -58,6 +58,7 @@ jobs:
58
WEB_CONFIG_JSON: ${{ secrets.WEB_CONFIG_JSON }}
59
run: |
60
echo "${WEB_CONFIG_JSON}" > ./etc/config.phoenix.json
61
+ jq -c -e . ./etc/config.phoenix.json 1>/dev/null
62
63
- name: Create Version file
64
0 commit comments