We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada0b36 commit f01f88dCopy full SHA for f01f88d
1 file changed
.github/workflows/build_artifact_comment.yml
@@ -77,7 +77,7 @@ jobs:
77
script: |
78
function updateCommentSection(prComment, marker, body) {
79
// Replace GitHub artifact links with public ones using nightly.link
80
- body.replaceAll('https://github.com', 'https://nightly.link');
+ body = body.replaceAll('https://github.com', 'https://nightly.link');
81
82
// Create a regular expression to match the section between start and end markers
83
const sectionRegex = new RegExp(`(<!-- ====startsection ${marker}-->\\n)([\\s\\S]*?)(<!-- ====endsection ${marker}-->)`, 'm');
0 commit comments