Skip to content

Commit 5756169

Browse files
authored
[MISC] Fix alarm comment on PR (cont'd). (Genesis-Embodied-AI#1832)
1 parent d8fcd5c commit 5756169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
// * https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_run
320320
// * https://stackoverflow.com/a/75420270/4820605
321321
const { data } = await github.rest.repos.listPullRequestsAssociatedWithCommit({
322-
owner: context.payload.workflow_run.head_repository.owner.name,
322+
owner: context.payload.workflow_run.head_repository.owner.login,
323323
repo: context.payload.workflow_run.head_repository.name,
324324
commit_sha: context.payload.workflow_run.head_sha,
325325
});

0 commit comments

Comments
 (0)