mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2025-05-16 12:27:48 +02:00
add new overwrite input & docs
This commit is contained in:
parent
1eb3cb2b3e
commit
11ff42c7b1
10 changed files with 536 additions and 26 deletions
|
@ -34,6 +34,12 @@ inputs:
|
|||
Higher levels will result in better compression, but will take longer to complete.
|
||||
For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
|
||||
default: '6'
|
||||
overwrite:
|
||||
description: >
|
||||
If true, an artifact matching name will be deleted before a new one is uploaded.
|
||||
If false, the action will fail if an artifact for the given name already exists.
|
||||
Does not fail if the artifact does not exist.
|
||||
default: 'false'
|
||||
|
||||
outputs:
|
||||
artifact-id:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue