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.
1 parent 7a8480d commit 0765fbaCopy full SHA for 0765fba
components/vercel_token_auth/actions/create-deployment/create-deployment.mjs
@@ -56,7 +56,7 @@ export default {
56
try {
57
const { link } = await this.vercelTokenAuth.getProject(this.project);
58
if (link) {
59
- props.branch.description = `Branch of \`${link.repo}\` repository to deploye to`;
+ props.branch.description = `Branch of \`${link.repo}\` repository to deploy to`;
60
props.branch.default = link?.productionBranch || "main";
61
}
62
return props;
0 commit comments