Upgrade Gitea to 1.19.0, enable Actions

This commit is contained in:
Râu Cao
2023-03-28 19:36:30 +02:00
parent 0fbba8baa8
commit 702449acc1
4 changed files with 17 additions and 8 deletions

View File

@@ -107,3 +107,8 @@ MINIO_LOCATION=<%= c["location"] %>
MINIO_USE_SSL=<%= c["use_ssl"] %>
<% end %>
<% end %>
<% if @config["actions"]["enabled"] %>
[actions]
ENABLED = true
<% end %>