mirror of
https://github.com/actions/toolkit.git
synced 2026-08-12 00:00:17 +02:00
Fix test
This commit is contained in:
+1
-1
@@ -141,4 +141,4 @@ export function isGhes(): boolean {
|
||||
process.env['GITHUB_SERVER_URL'] || 'https://github.com'
|
||||
)
|
||||
return ghUrl.hostname.toUpperCase() !== 'GITHUB.COM'
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -23,4 +23,4 @@ export const DefaultRetryDelay = 5000
|
||||
export const SocketTimeout = 5000
|
||||
|
||||
// The default path of GNUtar on hosted Windows runners
|
||||
export const GnuTarPathOnWindows = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe`
|
||||
export const GnuTarPathOnWindows = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe`
|
||||
|
||||
Vendored
+1
-1
@@ -144,4 +144,4 @@ export async function createTar(
|
||||
manifestFilename
|
||||
]
|
||||
await execTar(args, archiveFolder)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user