mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
feat(actions): Add actions related elements to the configuration template.
This commit is contained in:
parent
dc77f764a5
commit
8f06e948fb
1 changed files with 8 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue