mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
feat(actions): Set default values for gitea actions related variables.
This commit is contained in:
parent
16a304b701
commit
dc77f764a5
1 changed files with 4 additions and 0 deletions
|
@ -227,6 +227,10 @@ gitea_lfs_serve_direct: false
|
|||
gitea_lfs_content_path: "{{ gitea_home }}/data/lfs"
|
||||
gitea_lfs_extra: ''
|
||||
|
||||
# Actions (actions)
|
||||
# -> https://docs.gitea.io/en-us/config-cheat-sheet/#actions-actions
|
||||
gitea_actions_enabled: false
|
||||
gitea_actions_default_actions_url: "https://gitea.com"
|
||||
# Other (other)
|
||||
# -> https://docs.gitea.io/en-us/config-cheat-sheet/#other-other
|
||||
gitea_other_show_footer_branding: false
|
||||
|
|
Loading…
Reference in a new issue