1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-23 15:21:25 +01:00

Update PR-Demo-Comment.yml

This commit is contained in:
Anthony Stirling 2024-11-17 15:54:50 +00:00 committed by GitHub
parent 0fb9e18636
commit e1b3cc736c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' ||