Skip to content

Commit

Permalink
+35
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent e7fd39a commit 4806b60
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
# git config --global --add url.https://github.com/.insteadOf "[email protected]:"
git config --global --add url.https://github.com/.insteadOf "[email protected]:"
git config --get-all http.https://github.com/.extraheader
Write-Host '~~~~~'
# Get-Service ssh-agent
# Get-Service ssh-agent | Select StartType
Expand Down

0 comments on commit 4806b60

Please sign in to comment.