fix: output files in download path

This commit is contained in:
Jonathan Camara 2022-04-27 16:05:16 -05:00
parent 135469c3f3
commit eb0d7e6261
No known key found for this signature in database
GPG key ID: E87744B8CC664ACD
2 changed files with 0 additions and 2 deletions

1
dist/index.js vendored
View file

@ -39,7 +39,6 @@ async function downloadCLI (url) {
const pathToCLIZip = await tc.downloadTool(url);
core.info(`Terraform CLI Download Path is ${pathToCLIZip}`)
const files = await readdir(path);
try {
const files = await fs.readdir(pathToCLIZip);
for (const file of files)