mirror of
https://github.com/actions/toolkit.git
synced 2026-08-12 00:00:17 +02:00
Common getCompressionMethod for listTar and extractTar
This commit is contained in:
+6
@@ -11,6 +11,12 @@ export enum CompressionMethod {
|
||||
Zstd = 'zstd'
|
||||
}
|
||||
|
||||
export enum TarOperation {
|
||||
Create = 'create',
|
||||
List = 'list',
|
||||
Extract = 'extract'
|
||||
}
|
||||
|
||||
// The default number of retry attempts.
|
||||
export const DefaultRetryAttempts = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user