Skip to content

Commit 181e033

Browse files
committed
chore(workflows/preview_link): URLミス修正の修正忘れ
1 parent 401c70d commit 181e033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
const pull = context.payload.number;
102102
return `https://${owner}.github.io/${repo}/gen/pull/${pull}`;
103103
})();
104-
const repo_full = context.payload.pull_request.head.repo.full_name;
104+
const repo_full = context.payload.pull_request.base.repo.full_name;
105105
const branch = context.payload.pull_request.head.ref;
106106
107107
// https://qiita.com/akko_merry/items/dda3c6b7ae01ac143a8b#comment-e0ecb4abe4d3d6d76054

0 commit comments

Comments
 (0)