fix: forgejo use github for actions url
This commit is contained in:
parent
766943bbb1
commit
cabf453a5d
1 changed files with 4 additions and 1 deletions
|
|
@ -115,7 +115,10 @@ in
|
|||
SMTP_PORT = 587;
|
||||
USER = "gitea@cloonar.com";
|
||||
};
|
||||
actions.ENABLED=true;
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "github"; # Pull actions from GitHub
|
||||
};
|
||||
attachment = {
|
||||
MAX_SIZE = 2048; # 2GB in MB for general attachments
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue