diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index 99a53bd8..a3e16276 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -19,12 +19,16 @@ jobs: - name: git config run: | - Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False - git config --global core.autocrlf false git config --global user.name "sun pack bot" git config --global user.email "sunserega2@gmail.com" - # git config --global --add url.https://github.com/.insteadOf "git@github.com:" + git config --global --add url.https://github.com/.insteadOf "git@github.com:" + + git config --get-all http.https://github.com/.extraheader + Write-Host '~~~~~' + + + # Get-Service ssh-agent # Get-Service ssh-agent | Select StartType