Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit eb861b2

Browse files
Update PR tests to ' from "
1 parent 460718c commit eb861b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-pr-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
exit 1
1414
-
1515
name: Determine if there is authority to continue
16-
if: ${{ github.event.issue.user.login != "benjamin-maynard" || github.event.comment.body != "[Run PR Tests]" }}
16+
if: ${{ github.event.issue.user.login != 'benjamin-maynard' || github.event.comment.body != '[Run PR Tests]' }}
1717
run: |
1818
echo "Comment Creator: ${{ github.event.issue.user.login }}"
1919
echo "Comment Body: ${{ github.event.comment.body }}"

0 commit comments

Comments
 (0)