diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index eed51a1..a105a41 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -271,6 +271,14 @@ PATH = {{ gitea_lfs_content_path }} {% endif %} ; ; +{% if gitea_actions_enabled | bool %} +; -> https://docs.gitea.io/en-us/config-cheat-sheet/#actions-actions +[actons] +ENABLED = {{ gitea_actions_enabled }} +DEFAULT_ACTIONS_URL = {{ gitea_actions_default_actions_url }} +{% endif %} +; +; ; Other (other) ; -> https://docs.gitea.io/en-us/config-cheat-sheet/#other-other [other]