From 7cd47a99bdaa2f92f691cf1f675375a6f3f7cb21 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Thu, 12 Feb 2026 14:20:12 -0600 Subject: [PATCH] self hosted testing --- rdgenerator/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rdgenerator/views.py b/rdgenerator/views.py index 8dacd74..e72f5c9 100644 --- a/rdgenerator/views.py +++ b/rdgenerator/views.py @@ -245,6 +245,8 @@ def generator_view(request): url = 'https://api.github.com/repos/'+_settings.GHUSER+'/'+_settings.REPONAME+'/actions/workflows/generator-macos.yml/dispatches' else: url = 'https://api.github.com/repos/'+_settings.GHUSER+'/'+_settings.REPONAME+'/actions/workflows/generator-windows.yml/dispatches' + if selfhosted: + url = 'https://api.github.com/repos/'+_settings.GHUSER+'/'+_settings.REPONAME+'/actions/workflows/sh-generator-windows.yml/dispatches' #url = 'https://api.github.com/repos/'+_settings.GHUSER+'/rustdesk/actions/workflows/test.yml/dispatches' inputs_raw = {