From 83cfd8d82e064ec293687f5d5cbfa94e7b7c008c Mon Sep 17 00:00:00 2001 From: Benoit Garcia Date: Tue, 9 May 2023 14:44:13 +0200 Subject: [PATCH] fix(config): Fix name of the `actions`section in the configuration file. --- templates/gitea.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index 8b10b22..ff03cce 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -273,7 +273,7 @@ PATH = {{ gitea_lfs_content_path }} ; {% if gitea_actions_enabled | bool %} ; -> https://docs.gitea.io/en-us/config-cheat-sheet/#actions-actions -[actons] +[actions] ENABLED = {{ gitea_actions_enabled }} DEFAULT_ACTIONS_URL = {{ gitea_actions_default_actions_url }} {{ gitea_actions_extra }}