mirror of
https://github.com/actions/upload-artifact.git
synced 2026-05-22 15:55:54 +00:00
docs: clarify retention-days minimum
This commit is contained in:
parent
043fb46d1a
commit
26568a51d4
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ You are welcome to still raise bugs in this repo.
|
|||
if-no-files-found:
|
||||
|
||||
# Duration after which artifact will expire in days. 0 means using default retention.
|
||||
# Minimum 1 day.
|
||||
# Minimum 0 days when using repository defaults, otherwise 1 day.
|
||||
# Maximum 90 days unless changed from the repository settings page.
|
||||
# Optional. Defaults to repository settings.
|
||||
retention-days:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue