diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a4fc3cb4af..81278eeaa1 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -32,7 +32,7 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]" - body-includes: "Preview this PR" + body-includes: "Preview Deployment" - name: Update Comment if exists if: github.event_name == 'pull_request' && steps.deploy-preview-comment.outputs.comment-id != 0