Skip to content

Commit 83cfd8d

Browse files
committed
fix(config): Fix name of the actionssection in the configuration file.
1 parent 6b92002 commit 83cfd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gitea.ini.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ PATH = {{ gitea_lfs_content_path }}
273273
;
274274
{% if gitea_actions_enabled | bool %}
275275
; -> https://docs.gitea.io/en-us/config-cheat-sheet/#actions-actions
276-
[actons]
276+
[actions]
277277
ENABLED = {{ gitea_actions_enabled }}
278278
DEFAULT_ACTIONS_URL = {{ gitea_actions_default_actions_url }}
279279
{{ gitea_actions_extra }}

0 commit comments

Comments
 (0)