Skip to content

Commit

Permalink
print repo
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Sep 29, 2023
1 parent e222860 commit f8060a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function run(): Promise<void> {
}
const org = repo.owner.name;
if (org == null) {
throw new Error(`Could not find owner of the repository. owner: ${JSON.stringify(repo.owner)}`);
throw new Error(`Could not find owner of the repository. repo: ${JSON.stringify(repo)}`);
}
configFile.checkSameOrgInConfig(org);
}
Expand Down

0 comments on commit f8060a3

Please sign in to comment.