text output fix in synapse git integration

This commit is contained in:
h-sha 2022-06-23 07:47:36 +10:00
Родитель 1582f91f30
Коммит 1674ab30c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -175,7 +175,7 @@ if ($tout.synapse_git_email_address -ne "") {
} }
git add . git add .
Write-Host ("Committing to " + $tout.adf_git_repository_name + "/" + $tout.adf_git_repository_branch_name) Write-Host ("Committing to " + $tout.synapse_git_repository_name + "/" + $tout.synapse_git_repository_branch_name)
git commit -m "Deployment commit" --quiet git commit -m "Deployment commit" --quiet
if ($tout.synapse_git_use_pat) { if ($tout.synapse_git_use_pat) {
$B64Pat = [Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("$($tout.synapse_git_pat)")) $B64Pat = [Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("$($tout.synapse_git_pat)"))