diff --git a/dist/index.js b/dist/index.js index 5293186..8b76dca 100644 --- a/dist/index.js +++ b/dist/index.js @@ -96630,7 +96630,7 @@ var __webpack_exports__ = {}; commentBody += `\nšŸ“¦ **Download Diff Report**: [${report.projectName} Bundle Diff](${artifactDownloadLink})\n\n`; } } - commentBody += '*Generated by [Rsdoctor GitHub Action](https://rsdoctor.rs/zh/guide/start/action)*'; + commentBody += '*Generated by [Rsdoctor GitHub Action](https://rsdoctor.rs/guide/start/action)*'; try { await githubService.updateOrCreateComment(context.payload.pull_request.number, commentBody); console.log('āœ… Added/updated bundle diff comment to PR'); diff --git a/src/index.ts b/src/index.ts index c5cdc49..3655536 100644 --- a/src/index.ts +++ b/src/index.ts @@ -400,7 +400,7 @@ async function processSingleFile( } } - commentBody += '*Generated by [Rsdoctor GitHub Action](https://rsdoctor.rs/zh/guide/start/action)*'; + commentBody += '*Generated by [Rsdoctor GitHub Action](https://rsdoctor.rs/guide/start/action)*'; try { await githubService.updateOrCreateComment(