Skip to content

Commit

Permalink
+2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 28, 2024
1 parent 4242fd8 commit 6079432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ jobs:
git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ${{ secrets.GITHUB_TOKEN }}"
if (-not $?) { throw "git config failed" }
git fetch -c protocol.version=2 --no-tags --prune --depth=1 origin --filter=tree:0 --no-progress
git -c protocol.version=2 fetch --no-tags --prune --depth=1 origin --filter=tree:0 --no-progress
if (-not $?) { throw "git fetch failed" }
# git branch -r
Expand Down

0 comments on commit 6079432

Please sign in to comment.