Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ Download artifacts with [download-artifact](https://github.com/namespace-actions
# Optional. Default is 'warn'
if-no-files-found:

# Duration after which artifact will expire in days. 0 means using default retention.
# Minimum 1 day.
# Maximum 90 days unless changed from the repository settings page.
# Optional. Defaults to repository settings.
# Duration after which artifact will expire in days. 0 means using default retention of 30 days.
# The maximum allowed is 30 days.
retention-days:

# The level of compression for Zlib to be applied to the artifact archive.
Expand Down
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ inputs:
default: 'warn'
retention-days:
description: >
Duration after which artifact will expire in days. 0 means using default retention.

Minimum 1 day.
Maximum 90 days unless changed from the repository settings page.
Duration after which the artifact will expire in days.
0 means using default retention which is 30 days. The maximum allowed is 30 days.
compression-level:
description: >
The level of compression for Zlib to be applied to the artifact archive.
Expand Down
Loading