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') ) && (