test input hiding
This commit is contained in:
@@ -382,7 +382,7 @@ def startgh(request):
|
|||||||
####from here run the github action, we need user, repo, access token.
|
####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'
|
url = 'https://api.github.com/repos/'+_settings.GHUSER+'/'+_settings.REPONAME+'/actions/workflows/generator-'+data_.get('platform')+'.yml/dispatches'
|
||||||
data = {
|
data = {
|
||||||
"ref":"master",
|
"ref": _settings.GHBRANCH,
|
||||||
"inputs":{
|
"inputs":{
|
||||||
"server":data_.get('server'),
|
"server":data_.get('server'),
|
||||||
"key":data_.get('key'),
|
"key":data_.get('key'),
|
||||||
|
|||||||
Reference in New Issue
Block a user