This commit is contained in:
Bryan Gerlach
2024-09-27 11:27:34 -05:00
parent 9ea0db8773
commit 5bbd4bc1ea

View File

@@ -142,7 +142,7 @@ def generator_view(request):
extras = {}
extras['runasadmin'] = runasadmin
extras['urlLink'] = urlLink
extras['delayFix'] = delayFix
extras['delayFix'] = 'true' if delayFix else 'false'
extra_input = json.dumps(extras)
####from here run the github action, we need user, repo, access token.