From 6ed2916fd3f1c2ea402dbae6de8f942ddebdf14c Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 3 Jan 2026 02:11:29 -0500 Subject: [PATCH] WIP --- nixos-apps/git.ewanick.com.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-apps/git.ewanick.com.nix b/nixos-apps/git.ewanick.com.nix index 4b4b827..185086d 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -17,7 +17,7 @@ in actions = { ENABLED = true; - DEFAULT_ACTIONS_URL = "self"; + DEFAULT_ACTIONS_URL = "github"; }; }; };