Deleted never used values

Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
tperehinets
2023-08-15 17:09:54 +03:00
parent a4989552d8
commit 3e4ccbb0a5
@@ -23,13 +23,8 @@ import {
GithubCredentialsProvider,
ScmIntegrations,
} from '@backstage/integration';
import { when } from 'jest-when';
import { PassThrough } from 'stream';
import {
enableBranchProtectionOnDefaultRepoBranch,
entityRefToName,
initRepoAndPush,
} from '../helpers';
import { entityRefToName, initRepoAndPush } from '../helpers';
import { createPublishGithubAction } from './github';
import { examples } from './github.examples';
import yaml from 'yaml';