We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb95316 commit c056743Copy full SHA for c056743
1 file changed
.github/workflows/preprod_publish_deploy.yaml
@@ -62,7 +62,7 @@ jobs:
62
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
63
- name: Get list of environments
64
run: |
65
- ENVS=$(proxygen instance list --format json | jq -r '.[].name')
+ ENVS=$(proxygen instance list)
66
echo "envs=$ENVS" >> $GITHUB_OUTPUT
67
- name: Deploy preprod spec to Proxygen
68
0 commit comments