Align default branch name. master -> main

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
cmoulliard
2023-12-19 14:58:08 +01:00
parent f1645f3e0a
commit f8afc5c059
@@ -122,7 +122,7 @@ export function createPublishGiteaAction(options: {
defaultBranch: {
title: 'Default Branch',
type: 'string',
description: `Sets the default branch on the repository. The default value is 'master'`,
description: `Sets the default branch on the repository. The default value is 'main'`,
},
gitCommitMessage: {
title: 'Git Commit Message',