From e1b3cc736cdf929a3492585ee66c06007c111fa6 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:54:50 +0000 Subject: [PATCH] Update PR-Demo-Comment.yml --- .github/workflows/PR-Demo-Comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-Demo-Comment.yml b/.github/workflows/PR-Demo-Comment.yml index 7a4194f6..558e089c 100644 --- a/.github/workflows/PR-Demo-Comment.yml +++ b/.github/workflows/PR-Demo-Comment.yml @@ -10,7 +10,7 @@ jobs: # Only run on PR comments that contain @deployPR from authorized users if: | github.event.issue.pull_request && - contains(toLowercase(github.event.comment.body), 'prdeploy') && + contains(github.event.comment.body, 'prdeploy') && ( github.event.comment.user.login == 'frooodle' || github.event.comment.user.login == 'sf298' ||