Skip to content

Commit 10157a8

Browse files
Merge pull request #2 from namespace-actions/matteo/retention-warning
Re-introduce retention day warning
2 parents 26eda19 + ea4dbb5 commit 10157a8

File tree

6 files changed

+181541
-166619
lines changed

6 files changed

+181541
-166619
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ Download artifacts with [download-artifact](https://github.com/namespace-actions
2929
# Optional. Default is 'warn'
3030
if-no-files-found:
3131

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

3836
# The level of compression for Zlib to be applied to the artifact archive.

action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ inputs:
1919
default: 'warn'
2020
retention-days:
2121
description: >
22-
Duration after which artifact will expire in days. 0 means using default retention.
23-
24-
Minimum 1 day.
25-
Maximum 90 days unless changed from the repository settings page.
22+
Duration after which the artifact will expire in days.
23+
0 means using default retention which is 30 days. The maximum allowed is 30 days.
2624
compression-level:
2725
description: >
2826
The level of compression for Zlib to be applied to the artifact archive.

0 commit comments

Comments
 (0)