We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdc4d8b + 1bb2d2c commit 01f9225Copy full SHA for 01f9225
lib/ci-helper.ts
@@ -317,7 +317,7 @@ export class CIHelper {
317
318
// Identify branch in maintainer repo
319
const maintainerBranch = `refs/remotes/${this.config.repo.maintainerBranch}/`;
320
- const maintainerRepo = `${this.config.repo.maintainerBranch}.${this.config.repo.name}`;
+ const maintainerRepo = `${this.config.repo.owner}/${this.config.repo.name}`;
321
322
let gitsterBranch: string | undefined =
323
await git(["for-each-ref", `--points-at=${tipCommitInGitGit}`,
0 commit comments