From 0ecc7619407417bb8d5584e6440a298a5e66989a Mon Sep 17 00:00:00 2001 From: Dario Dorando Date: Wed, 6 Sep 2023 15:57:33 +0300 Subject: [PATCH] lint --- src/git-command-manager.ts | 3 --- 1 file changed, 3 deletions(-) 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/*'