We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401c70d commit 181e033Copy full SHA for 181e033
.github/workflows/check.yml
@@ -101,7 +101,7 @@ jobs:
101
const pull = context.payload.number;
102
return `https://${owner}.github.io/${repo}/gen/pull/${pull}`;
103
})();
104
- const repo_full = context.payload.pull_request.head.repo.full_name;
+ const repo_full = context.payload.pull_request.base.repo.full_name;
105
const branch = context.payload.pull_request.head.ref;
106
107
// https://qiita.com/akko_merry/items/dda3c6b7ae01ac143a8b#comment-e0ecb4abe4d3d6d76054
0 commit comments