mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix getting login from try GitHub Action payload (#30026)
This commit is contained in:
parent
8d32ec89eb
commit
a0cbe449a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/try.yml
vendored
2
.github/workflows/try.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
}
|
||||
|
||||
if (returnValue.try) {
|
||||
let username = context.payload.event.sender.login;
|
||||
let username = context.payload.comment.user.login;
|
||||
let result = await github.rest.repos.getCollaboratorPermissionLevel({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue