We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c056743 commit 12c4aa8Copy full SHA for 12c4aa8
1 file changed
.github/workflows/preprod_publish_deploy.yaml
@@ -61,8 +61,9 @@ jobs:
61
run: |
62
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
63
- name: Get list of environments
64
+ id: get_envs
65
- ENVS=$(proxygen instance list)
66
+ ENVS=$(proxygen instance list | awk 'NR>2 {print $1}' | paste -sd "," -)
67
echo "envs=$ENVS" >> $GITHUB_OUTPUT
68
- name: Deploy preprod spec to Proxygen
69
0 commit comments