From cfd70262bef268b3a615decc553e2208c18b29f5 Mon Sep 17 00:00:00 2001 From: Andromachi Rozaki Date: Tue, 2 Jul 2024 16:46:53 +0200 Subject: [PATCH] chore(preview-link): Make link to preview environment linkable --- .github/workflows/preview-env-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-env-deploy.yml b/.github/workflows/preview-env-deploy.yml index ea4214ab94..b88f13914a 100644 --- a/.github/workflows/preview-env-deploy.yml +++ b/.github/workflows/preview-env-deploy.yml @@ -88,5 +88,5 @@ jobs: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ github.event.number }} body: | - The preview environment relating to the commit ${{ env.short_sha }} has successfully been deployed. You can access it on https://${{ env.BUCKET_NAME }}/pr-${{ github.event.number }}/index.html. + The preview environment relating to the commit ${{ env.short_sha }} has successfully been deployed. You can access it on [https://${{ env.BUCKET_NAME }}/pr-${{ github.event.number }}/index.html](https://${{ env.BUCKET_NAME }}/pr-${{ github.event.number }}/index.html). edit-mode: replace