mirror of https://github.com/actions/toolkit
Fix lint issues
parent
1d1d5456e3
commit
83dffb7746
|
@ -102,7 +102,7 @@ export async function getCompressionMethod(): Promise<CompressionMethod> {
|
||||||
if (versionOutput === '' || version === null) {
|
if (versionOutput === '' || version === null) {
|
||||||
// zstd is not installed
|
// zstd is not installed
|
||||||
return CompressionMethod.Gzip
|
return CompressionMethod.Gzip
|
||||||
} else{
|
} else {
|
||||||
return CompressionMethod.ZstdWithoutLong
|
return CompressionMethod.ZstdWithoutLong
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue