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.
1 parent 11d10dc commit 30114c3Copy full SHA for 30114c3
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