test input hiding

This commit is contained in:
Bryan Gerlach
2026-01-11 14:57:40 -06:00
parent 78e037c763
commit 50237b8725

View File

@@ -382,7 +382,7 @@ def startgh(request):
####from here run the github action, we need user, repo, access token.
url = 'https://api.github.com/repos/'+_settings.GHUSER+'/'+_settings.REPONAME+'/actions/workflows/generator-'+data_.get('platform')+'.yml/dispatches'
data = {
"ref":"master",
"ref": _settings.GHBRANCH,
"inputs":{
"server":data_.get('server'),
"key":data_.get('key'),