From 096b500552f8ef398fe070364e7232be81bacad5 Mon Sep 17 00:00:00 2001
From: eric sciple <ericsciple@users.noreply.github.com>
Date: Tue, 10 Dec 2019 03:00:06 -0500
Subject: [PATCH] .

---
 src/github-api-helper.ts | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/github-api-helper.ts b/src/github-api-helper.ts
index b3385a5..dc30870 100644
--- a/src/github-api-helper.ts
+++ b/src/github-api-helper.ts
@@ -72,11 +72,6 @@ export async function downloadRepository(
   //   }
   // })
 
-  // await fs.promises.writeFile(archivePath, raw)
-  // // await exec.exec(`ls -la "${archiveFile}"`, [], {
-  // //   cwd: repositoryPath
-  // // } as ExecOptions)
-
   // Extract archive
   const extractPath = path.join(runnerTemp, `checkout`)
   await io.rmRF(extractPath)
@@ -86,9 +81,6 @@ export async function downloadRepository(
   } else {
     await toolCache.extractTar(archivePath, extractPath)
   }
-  // await exec.exec(`tar -xzf "${archiveFile}"`, [], {
-  //   cwd: extractPath
-  // } as ExecOptions)
 
   // Determine the real directory to copy (ignore extra dir at root of the archive)
   const archiveFileNames = await fs.promises.readdir(extractPath)