mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Fix test
This commit is contained in:
+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`
|
||||
|
||||
Reference in New Issue
Block a user