mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-09 01:07:29 +00:00
Fix whitespace
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
f365aa2590
commit
73534fb549
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -14,7 +14,7 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
|
|||
const pathsep = os === "windows" ? "\\" : "/";
|
||||
const tempdir = os === "windows" ? process.env.TEMP : "/tmp";
|
||||
const binpath = os === "windows" ? process.env.USERPROFILE + "\\bin" : "/usr/local/bin";
|
||||
const extract = os === "windows" ? "tar -xvf " : "tar -xvzf";
|
||||
const extract = os === "windows" ? "tar -xvf" : "tar -xvzf";
|
||||
const archive = `${tempdir}${pathsep}gotestfmt${postfix}`;
|
||||
|
||||
for (let asset of releaseAssets.data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue