We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e60dc48 + 4b2da5c commit 7cf23abCopy full SHA for 7cf23ab
lib/ci-helper.ts
@@ -53,7 +53,7 @@ export class CIHelper {
53
return configFile ? await getExternalConfig(configFile) : getConfig();
54
}
55
56
- public constructor(workDir: string = "git.git", config?: IConfig, skipUpdate?: boolean, gggConfigDir = ".") {
+ public constructor(workDir: string = "pr-repo.git", config?: IConfig, skipUpdate?: boolean, gggConfigDir = ".") {
57
this.config = config !== undefined ? setConfig(config) : getConfig();
58
this.gggConfigDir = gggConfigDir;
59
this.workDir = workDir;
0 commit comments