Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -94,7 +94,7 @@ export function createPublishAzureAction(options: {
|
||||
if (!returnedRepo) {
|
||||
throw new InputError(
|
||||
`Unable to create the repository with Organization ${organization}, Project ${owner} and Repo ${repo}.
|
||||
Please make sure you that both the Org and Project are typed corrected and exist.`,
|
||||
Please make sure that both the Org and Project are typed corrected and exist.`,
|
||||
);
|
||||
}
|
||||
const remoteUrl = returnedRepo.remoteUrl;
|
||||
|
||||
Reference in New Issue
Block a user