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 976637e commit d2379f3Copy full SHA for d2379f3
src/apphosting/githubConnections.ts
@@ -471,9 +471,6 @@ export async function promptGitHubBranch(repoLink: devConnect.GitRepositoryLink)
471
},
472
});
473
474
- utils.logWarning(
475
- `The branch "${branch}" does not exist on "${extractRepoSlugFromUri(repoLink.cloneUri) ?? ""}". Please enter a valid branch for this repo.`,
476
- );
477
return branch;
478
}
479
0 commit comments