1
1
Fork 0
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:
Benoit Garcia 2023-05-08 07:26:17 +02:00
parent 16a304b701
commit dc77f764a5
No known key found for this signature in database
GPG key ID: 4BBC486E1538C7A0

View file

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