From abe26721cb4685f20f8230098c599bee9b68449b Mon Sep 17 00:00:00 2001 From: Andromachi Rozaki Date: Mon, 24 Jun 2024 15:14:32 +0200 Subject: [PATCH] last touch up --- .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 c3aa73f3a4..0977148ca2 100644 --- a/.github/workflows/preview-env-deploy.yml +++ b/.github/workflows/preview-env-deploy.yml @@ -86,7 +86,7 @@ jobs: env: BUCKET_NAME: ${{ steps.secrets.outputs.PREVIEW_ENV_BUCKET_NAME }} with: - comment-id: ${{ steps.find-teardown-comment.outputs.comment-id }} + comment-id: ${{ steps.find-comment.outputs.comment-id }} 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. edit-mode: replace