Skip to content

Commit 91e25dd

Browse files
committed
update sandbox domain for documentation deployment
1 parent 093063f commit 91e25dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
if [ "${{ inputs.env }}" = "prod" ]; then
9393
echo "domain=https://developer.bcc.no" >> $GITHUB_OUTPUT
9494
else
95-
echo "domain=https://developer-docs-api-sandbox-158763429389.europe-west4.run.app" >> $GITHUB_OUTPUT
95+
echo "domain=https://developer.sandbox.bcc.no" >> $GITHUB_OUTPUT
9696
fi
9797
9898
- uses: microsoft/variable-substitution@v1

0 commit comments

Comments
 (0)