mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +00:00
Use binfile in final success log message
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
71f3c80d96
commit
400e9a35b6
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -55,7 +55,7 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
|
|||
fs.unlinkSync(archive)
|
||||
|
||||
// Successfully installed gotestfmt, return early
|
||||
console.log("Successfully set up gotestfmt.")
|
||||
console.log(`Successfully set up ${binfile}`)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue