Add gist_id_test to update_vars_default.ps1

As a new user it threw me off that $Env:gist_id_test isn't set in the file and there is no error message stating this. When e.g. using `test_all.ps1` `gist_id_test` is used instead of `gist_id`
This commit is contained in:
Dennis Gaida
2020-01-23 14:18:18 +01:00
committed by Miodrag Milić
parent 1475f1bb3d
commit e1c85e0814
+1
View File
@@ -9,6 +9,7 @@ $Env:mail_enablessl = 'true'
$Env:api_key = '' #Chocolatey api key
$Env:gist_id = '' #Specify your gist id or leave empty for anonymous gist
$Env:gist_id_test = '' #Specify your gist id for test runs or leave empty for anonymous gist
$Env:github_user_repo = '' #{github_user}/{repo}
$Env:github_api_key = '' #Github personal access token
$Env:au_Push = 'false' #Push to chocolatey