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 actions
section in the configuration file.
This commit is contained in:
parent
6b920027af
commit
83cfd8d82e
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue