Skip to content

Commit c93226b

Browse files
authored
Update components/github/actions/create-branch/create-branch.mjs
1 parent e02c8a1 commit c93226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/github/actions/create-branch/create-branch.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
},
2323
branchSha: {
2424
label: "Source Branch",
25-
description: "The source branch that will be used to create the new branch. Defaults to the repository's default branch (usually `main` or `master`",
25+
description: "The source branch that will be used to create the new branch. Defaults to the repository's default branch (usually `main` or `master`)",
2626
propDefinition: [
2727
github,
2828
"branch",

0 commit comments

Comments
 (0)