mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:01:09 +02:00
🐛 fix(ci): correct GitHub context property in test workflow
- Change `context.repo.name` to `context.repo.repo` (line 387) - Fixes 404 error when posting PR comments - GitHub Actions context uses `repo.repo` not `repo.name` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5ea7767833
commit
16a605097f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -384,6 +384,6 @@ jobs:
|
|||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.name,
|
||||
repo: context.repo.repo,
|
||||
body
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue