Skip to content

Commit

Permalink
changed " to '
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 5, 2024
1 parent 7db1dee commit 2887ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
?.split("</table>")[0]
.replaceAll(/<a [^>]*>([^<]*)<\/a>/g, "$1")
.replaceAll(/<td[^>]*class="pic high"[^>]*>[^<]*<\/td>/g, "")
.replace("<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>", "");
.replace('<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>', "");
const commentBody = `
## PR Checks Complete
Expand Down

0 comments on commit 2887ad6

Please sign in to comment.