aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-12-29 14:44:58 +0800
committerGitHub <noreply@github.com>2023-12-29 06:44:58 +0000
commit19b1b698c90d1d3b96a66ffec889a0f5dbc7d162 (patch)
tree0270ddb5da798300147640ec728f8ba950c6eb19 /custom
parentf10d716ff4fef78fbddbd5eaeae48e7c10384a99 (diff)
downloadgitea-19b1b698c90d1d3b96a66ffec889a0f5dbc7d162.tar.gz
gitea-19b1b698c90d1d3b96a66ffec889a0f5dbc7d162.zip
Improve document for ARTIFACT_RETENTION_DAYS (#28646)
Follow #28626
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 0fcf895b5a..08f2e0d63f 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -2572,7 +2572,7 @@ LEVEL = Info
;;
;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance.
;DEFAULT_ACTIONS_URL = github
-;; Default artifact retention time in days, default is 90 days
+;; Default artifact retention time in days. Artifacts could have their own retention periods by setting the `retention-days` option in `actions/upload-artifact` step.
;ARTIFACT_RETENTION_DAYS = 90
;; Timeout to stop the task which have running status, but haven't been updated for a long time
;ZOMBIE_TASK_TIMEOUT = 10m