add new overwrite input & docs

This commit is contained in:
Rob Herley
2024-01-18 13:31:03 -05:00
parent 1eb3cb2b3e
commit 11ff42c7b1
10 changed files with 536 additions and 26 deletions

View File

@@ -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
}