Skip to content

Commit ed64f73

Browse files
Correct target URL for main
1 parent cb7572e commit ed64f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
if [ -z $PR_NUMBER ]
2727
then
2828
echo "INSTANCE=$PROXYGEN_API_NAME" >> $GITHUB_ENV
29-
echo "TARGET=https://suppliers.dev.nhsnotify.national.nhs.uk" >> $GITHUB_ENV
29+
echo "TARGET=https://main.suppliers.dev.nhsnotify.national.nhs.uk" >> $GITHUB_ENV
3030
echo "SANDBOX_TAG=latest" >> $GITHUB_ENV
3131
else
3232
echo "TARGET=https://pr$PR_NUMBER.suppliers.dev.nhsnotify.national.nhs.uk" >> $GITHUB_ENV

0 commit comments

Comments
 (0)