mirror of
https://github.com/ChristopherHX/gitea-upload-artifact.git
synced 2026-01-01 07:18:20 +00:00
add new overwrite input & docs
This commit is contained in:
@@ -25,4 +25,9 @@ export interface UploadInputs {
|
||||
* The level of compression for Zlib to be applied to the artifact archive.
|
||||
*/
|
||||
compressionLevel?: number
|
||||
|
||||
/**
|
||||
* Whether or not to replace an existing artifact with the same name
|
||||
*/
|
||||
overwrite: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user