Deleted never used values
Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
+1
-6
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user