From 5e58ede9896ef467056c53dd49e18c072665dc67 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 4 Jan 2023 14:49:33 +0800 Subject: [PATCH] docs: comment for DEFAULT_ACTIONS_URL --- custom/conf/app.example.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 8b101a91ed..17657ea1ce 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;