We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fcd5c commit 5756169Copy full SHA for 5756169
.github/workflows/alarm.yml
@@ -319,7 +319,7 @@ jobs:
319
// * https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_run
320
// * https://stackoverflow.com/a/75420270/4820605
321
const { data } = await github.rest.repos.listPullRequestsAssociatedWithCommit({
322
- owner: context.payload.workflow_run.head_repository.owner.name,
+ owner: context.payload.workflow_run.head_repository.owner.login,
323
repo: context.payload.workflow_run.head_repository.name,
324
commit_sha: context.payload.workflow_run.head_sha,
325
});
0 commit comments