fix: skip migrating imported repos
Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / checks (push) Has been cancelled
Release Workflow / e2e-tests (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled
Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / checks (push) Has been cancelled
Release Workflow / e2e-tests (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled
This commit is contained in:
parent
a70e95fb7e
commit
d58329d86e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const execute = async () => {
|
|||
const config = { ...(configValue as Record<string, unknown>) };
|
||||
const localRepositoryName = asString(config.name);
|
||||
|
||||
if (!hasValue(localRepositoryName)) {
|
||||
if (!hasValue(localRepositoryName) || config.isExistingRepository === true) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue