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 11d10dc + 30114c3 commit 879a592Copy full SHA for 879a592
src/providers/github.js
@@ -111,7 +111,7 @@ export class GithubProvider extends BaseProvider {
111
return await this.getBranch(name);
112
} catch (e) {
113
// console.warn('branch not found, creating');
114
- const masterRef = await this.getRef('master');
+ const masterRef = await this.getRef('main');
115
await this.createBranch(masterRef.object.sha, name);
116
117
}
0 commit comments