fix: use github as the default url for actions, will still be recommending to use the fully qualified link for it though

This commit is contained in:
silver 2024-08-10 19:51:35 +01:00
parent 31f54b1e92
commit 186833f70c
Signed by: silver
GPG key ID: 0A1071E702CE4B4E

View file

@ -93,10 +93,10 @@ in {
# You can temporarily allow registration to create an admin user. # You can temporarily allow registration to create an admin user.
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
# Add support for actions, based on act: https://github.com/nektos/act # Add support for actions, based on act: https://github.com/nektos/act
# actions = { actions = {
# ENABLED = true; ENABLED = true;
# DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "github";
# }; };
# Sending emails is completely optional # Sending emails is completely optional
# You can send a test email from the web UI at: # You can send a test email from the web UI at:
# Profile Picture > Site Administration > Configuration > Mailer Configuration # Profile Picture > Site Administration > Configuration > Mailer Configuration