docs: comment for DEFAULT_ACTIONS_URL

This commit is contained in:
Jason Song 2023-01-04 14:49:33 +08:00
parent d33e9fc11c
commit 5e58ede989
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
1 changed files with 1 additions and 0 deletions

View File

@ -2491,6 +2491,7 @@ ROUTER = console
; [actions]
;; Enable/Disable actions capabilities
;ENABLED = false
;; Default address to get action plugins, e.g. the default value means downloading from "https://gitea.com/actions/checkout" for "uses: actions/checkout@v3"
;DEFAULT_ACTIONS_URL = https://gitea.com
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;