From 2887ad6287e3ac462b90370fa874db50ef41199d Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Thu, 5 Dec 2024 12:08:14 +0000 Subject: [PATCH] changed " to ' --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index feb40b5..47eb2c5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -107,7 +107,7 @@ jobs: ?.split("")[0] .replaceAll(/]*>([^<]*)<\/a>/g, "$1") .replaceAll(/]*class="pic high"[^>]*>[^<]*<\/td>/g, "") - .replace("", ""); + .replace('', ""); const commentBody = ` ## PR Checks Complete