We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84219aa + 7a183e3 commit 53ba27eCopy full SHA for 53ba27e
components/github/actions/create-branch/create-branch.mjs
@@ -17,12 +17,12 @@ export default {
17
},
18
branchName: {
19
label: "Branch Name",
20
- description: "The name of the new branch that will be crated",
+ description: "The name of the new branch that will be created",
21
type: "string",
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