... Write-Output "Updating GitHub" git config user.email "mrrobsewell@outlook.com" git config user.name "SQLDBAWithABeard" git add .\dbachecks.psd1 git commit -m "Updated Version Number to $NewVersion ***NO_CI***" git push https://$(RobsGitHubPAT)@github ...
↧