mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-16 20:51:46 +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)
|
core.addPath(process.env.GITHUB_WORKSPACE)
|
||||||
process.chdir(process.env.GITHUB_WORKSPACE)
|
process.chdir(process.env.GITHUB_WORKSPACE)
|
||||||
execSync(`${extract} "${archive}"`)
|
execSync(`${extract} "${archive}"`)
|
||||||
fs.readdirSync(process.env.GITHUB_WORKSPACE).forEach(file => {
|
|
||||||
console.log("Installed: " + file);
|
|
||||||
});
|
|
||||||
|
|
||||||
// Remove the downloaded asset archive
|
// Remove the downloaded asset archive
|
||||||
console.log("Removing asset archive...")
|
console.log("Removing asset archive...")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue