From eeec40d7a0d9161db9d87b836eb26b52f897746a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Mon, 30 Oct 2023 11:56:39 +0100 Subject: [PATCH] Update .github/workflows/preview-info.yml Co-authored-by: gui machiavelli --- .github/workflows/preview-info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-info.yml b/.github/workflows/preview-info.yml index 512b1545e2..73939e58a5 100644 --- a/.github/workflows/preview-info.yml +++ b/.github/workflows/preview-info.yml @@ -19,7 +19,7 @@ jobs: echo '' >> comment.txt echo '⚠️ Private link, only accessible to Meilisearch employees.' >> comment.txt echo '' >> comment.txt - echo "Go to this URL: https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch%3A$CURRENT_BRANCH" >> comment.txt + echo "Go to this URL: https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch:$CURRENT_BRANCH" >> comment.txt echo '' >> comment.txt echo "Credentials to access the page are in the company\'s password manager as \"Docs deploy preview\"." >> comment.txt - name: Add comment to PR with preview information