mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +00:00
Remove debugger
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
147fac8504
commit
c2c6711b2c
1 changed files with 0 additions and 3 deletions
3
index.js
3
index.js
|
|
@ -36,9 +36,6 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
|
|||
core.addPath(process.env.GITHUB_WORKSPACE)
|
||||
process.chdir(process.env.GITHUB_WORKSPACE)
|
||||
execSync(`${extract} "${archive}"`)
|
||||
fs.readdirSync(process.env.GITHUB_WORKSPACE).forEach(file => {
|
||||
console.log("Installed: " + file);
|
||||
});
|
||||
|
||||
// Remove the downloaded asset archive
|
||||
console.log("Removing asset archive...")
|
||||
|
|
|
|||
Loading…
Reference in a new issue