Skip to content

Commit fb95316

Browse files
committed
ELI-338: fixing typo
1 parent f8734e9 commit fb95316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preprod_publish_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
6363
- name: Get list of environments
6464
run: |
65-
ENVS=$(proxygen environment list --format json | jq -r '.[].name')
65+
ENVS=$(proxygen instance list --format json | jq -r '.[].name')
6666
echo "envs=$ENVS" >> $GITHUB_OUTPUT
6767
- name: Deploy preprod spec to Proxygen
6868
run: |

0 commit comments

Comments
 (0)