This commit is contained in:
Tatyana Kostromskaya 2023-10-05 13:10:00 +02:00
parent 317b5f36ae
commit 9a43814785
8 changed files with 24 additions and 19 deletions

View file

@ -23,7 +23,7 @@ export async function getCheckoutInfo(
throw new Error('Args ref and commit cannot both be empty')
}
const result = ({} as unknown) as ICheckoutInfo
const result = {} as unknown as ICheckoutInfo
const upperRef = (ref || '').toUpperCase()
// SHA only