From 186833f70c5829b1b6203095f5b644b79ea08bde Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 10 Aug 2024 19:51:35 +0100 Subject: [PATCH] fix: use github as the default url for actions, will still be recommending to use the fully qualified link for it though --- applications/git/forgejo.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/git/forgejo.nix b/applications/git/forgejo.nix index fdf7b97..4f35e0b 100644 --- a/applications/git/forgejo.nix +++ b/applications/git/forgejo.nix @@ -93,10 +93,10 @@ in { # You can temporarily allow registration to create an admin user. service.DISABLE_REGISTRATION = true; # Add support for actions, based on act: https://github.com/nektos/act - # actions = { - # ENABLED = true; - # DEFAULT_ACTIONS_URL = "github"; - # }; + actions = { + ENABLED = true; + DEFAULT_ACTIONS_URL = "github"; + }; # Sending emails is completely optional # You can send a test email from the web UI at: # Profile Picture > Site Administration > Configuration > Mailer Configuration