Changed value of defaultBranch from 'master' to 'main'.

Signed-off-by: David Söderlund <ds@dsoderlund.consulting>
This commit is contained in:
David Söderlund
2025-04-05 21:50:14 +02:00
parent b2ece20e2e
commit 7bbd08b3e8
2 changed files with 2 additions and 2 deletions
@@ -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',