Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Nov 25, 2024
1 parent 54472a0 commit 0201fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/broken-link-checker/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async function urlsFromFiles(options) {
options.isFork =
argv.isFork !== undefined
? argv.isFork
: github.context.payload.pull_request.head.repo.fork;
: context.payload.pull_request.head.repo.fork;
options.skipEditLink = options.isFork;
urls = await urlsFromPR(options);
} else if (type === undefined) {
Expand Down

0 comments on commit 0201fbf

Please sign in to comment.