Skip to content

Commit 53ba27e

Browse files
committed
Merge branch '13927-github-actions-improvements' of https://github.com/PipedreamHQ/pipedream into 13927-github-actions-improvements
2 parents 84219aa + 7a183e3 commit 53ba27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ export default {
1717
},
1818
branchName: {
1919
label: "Branch Name",
20-
description: "The name of the new branch that will be crated",
20+
description: "The name of the new branch that will be created",
2121
type: "string",
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)