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 f504d06 commit 3bcd228Copy full SHA for 3bcd228
.github/actions/build-proxies/action.yml
@@ -27,7 +27,7 @@ runs:
27
if [ -z $PR_NUMBER ]
28
then
29
echo "INSTANCE=$PROXYGEN_API_NAME" >> $GITHUB_ENV
30
- echo "TARGET=https://suppliers.dev.nhsnotify.national.nhs.uk" >> $GITHUB_ENV
+ echo "TARGET=https://main.suppliers.dev.nhsnotify.national.nhs.uk" >> $GITHUB_ENV
31
echo "SANDBOX_TAG=latest" >> $GITHUB_ENV
32
echo "MTLS_NAME=notify-supplier-mtls" >> $GITHUB_ENV
33
else
0 commit comments