From 685e827040893fbc04c098722750e0d0edd46b28 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 10 Apr 2025 10:29:28 +0100 Subject: [PATCH] Update PR-Demo-Comment-with-react.yml --- .github/workflows/PR-Demo-Comment-with-react.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PR-Demo-Comment-with-react.yml b/.github/workflows/PR-Demo-Comment-with-react.yml index 709aafe05..47efbf82c 100644 --- a/.github/workflows/PR-Demo-Comment-with-react.yml +++ b/.github/workflows/PR-Demo-Comment-with-react.yml @@ -1,4 +1,4 @@ -name: PR Deployment via Comment With Reaction +name: PR Deployment via Comment on: issue_comment: @@ -17,7 +17,7 @@ jobs: github.event.issue.pull_request && ( contains(github.event.comment.body, 'prdeploy') || - contains(github.event.comment.body, 'astirlitest') + contains(github.event.comment.body, 'deploypr') ) && (