1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

fix(config): Fix name of the actionssection in the configuration file.

This commit is contained in:
Benoit Garcia 2023-05-09 14:44:13 +02:00
parent 6b920027af
commit 83cfd8d82e
No known key found for this signature in database
GPG key ID: 4BBC486E1538C7A0

View file

@ -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 }}