mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
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:
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
await github.rest.issues.create({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.name,
|
||||
repo: context.repo.repo,
|
||||
title: `[Weekly] FoJin links need update — ${updates} URLs, ${failed} missing`,
|
||||
body: `Automated weekly link verification found changes.\n\n` +
|
||||
`- **URL replacements needed:** ${updates}\n` +
|
||||
|
||||
Reference in New Issue
Block a user