1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00

cleanup unintentional edit

This commit is contained in:
Jonathan Grimes 2020-02-28 12:13:28 -06:00
parent a93536769f
commit e3a3ab70d6
No known key found for this signature in database
GPG key ID: 103F2E43AA0E4DF8
2 changed files with 1 additions and 2 deletions

1
dist/index.js vendored
View file

@ -5536,7 +5536,6 @@ exports.cleanup = cleanup;
function getGitCommandManager(settings) {
return __awaiter(this, void 0, void 0, function* () {
core.info(`Working directory is '${settings.repositoryPath}'`);
// const git = (null as unknown) as IGitCommandManager
try {
return yield gitCommandManager.CreateCommandManager(settings.repositoryPath, settings.lfs);
}

View file

@ -164,7 +164,7 @@ async function getGitCommandManager(
settings: ISourceSettings
): Promise<IGitCommandManager> {
core.info(`Working directory is '${settings.repositoryPath}'`)
// const git = (null as unknown) as IGitCommandManager
try {
return await gitCommandManager.CreateCommandManager(
settings.repositoryPath,