Skip to content

Commit

Permalink
chore(workflows/preview_link): URLミス修正の修正忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jan 13, 2025
1 parent 401c70d commit 181e033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
const pull = context.payload.number;
return `https://${owner}.github.io/${repo}/gen/pull/${pull}`;
})();
const repo_full = context.payload.pull_request.head.repo.full_name;
const repo_full = context.payload.pull_request.base.repo.full_name;
const branch = context.payload.pull_request.head.ref;
// https://qiita.com/akko_merry/items/dda3c6b7ae01ac143a8b#comment-e0ecb4abe4d3d6d76054
Expand Down

0 comments on commit 181e033

Please sign in to comment.