Changed value of defaultBranch from 'master' to 'main'.
Signed-off-by: David Söderlund <ds@dsoderlund.consulting>
This commit is contained in:
@@ -197,7 +197,7 @@ export function createPublishGithubAction(options: {
|
||||
requiredConversationResolution = false,
|
||||
requireLastPushApproval = false,
|
||||
repoVisibility = 'private',
|
||||
defaultBranch = 'master',
|
||||
defaultBranch = 'main',
|
||||
protectDefaultBranch = true,
|
||||
protectEnforceAdmins = true,
|
||||
deleteBranchOnMerge = false,
|
||||
|
||||
@@ -123,7 +123,7 @@ export function createGithubRepoPushAction(options: {
|
||||
async handler(ctx) {
|
||||
const {
|
||||
repoUrl,
|
||||
defaultBranch = 'master',
|
||||
defaultBranch = 'main',
|
||||
protectDefaultBranch = true,
|
||||
protectEnforceAdmins = true,
|
||||
gitCommitMessage = 'initial commit',
|
||||
|
||||
Reference in New Issue
Block a user