diff --git a/src/git-command-manager.ts b/src/git-command-manager.ts index 4d803de..28241dd 100644 --- a/src/git-command-manager.ts +++ b/src/git-command-manager.ts @@ -1,8 +1,5 @@ import * as exec from '@actions/exec' import * as io from '@actions/io' -import * as utils from './utils' -import * as path from 'path' -import { realpathSync } from 'fs' const tagsRefSpec = '+refs/tags/*:refs/tags/*'