You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2684,6 +2684,8 @@ LEVEL = Info
2684
2684
;;
2685
2685
;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance.
2686
2686
;DEFAULT_ACTIONS_URL = github
2687
+
;; Logs retention time in days. Old logs will be deleted after this period.
2688
+
;LOG_RETENTION_DAYS = 365
2687
2689
;; Default artifact retention time in days. Artifacts could have their own retention periods by setting the `retention-days` option in `actions/upload-artifact` step.
2688
2690
;ARTIFACT_RETENTION_DAYS = 90
2689
2691
;; Timeout to stop the task which have running status, but haven't been updated for a long time
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3679,6 +3679,7 @@ runs.no_workflows.quick_start = Don't know how to start with Gitea Actions? See
3679
3679
runs.no_workflows.documentation = For more information on Gitea Actions, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
0 commit comments