Merge pull request #11 from xr843/fix/verify-links-context-repo

fix(ci): use context.repo.repo in verify-links workflow
This commit is contained in:
Tim Ren
2026-04-13 16:14:23 +08:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
await github.rest.issues.create({ await github.rest.issues.create({
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.name, repo: context.repo.repo,
title: `[Weekly] FoJin links need update — ${updates} URLs, ${failed} missing`, title: `[Weekly] FoJin links need update — ${updates} URLs, ${failed} missing`,
body: `Automated weekly link verification found changes.\n\n` + body: `Automated weekly link verification found changes.\n\n` +
`- **URL replacements needed:** ${updates}\n` + `- **URL replacements needed:** ${updates}\n` +