We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02c8a1 commit c93226bCopy full SHA for c93226b
components/github/actions/create-branch/create-branch.mjs
@@ -22,7 +22,7 @@ export default {
22
},
23
branchSha: {
24
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`",
+ description: "The source branch that will be used to create the new branch. Defaults to the repository's default branch (usually `main` or `master`)",
26
propDefinition: [
27
github,
28
"branch",
0 commit comments