Skip to content

Commit

Permalink
+65
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent 402031a commit bd35b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
- name: remove old pretest branches
run: |
git config --unset remote.origin.url
git config --unset remote.origin.fetch
# git config --unset remote.origin.url
# git config --unset remote.origin.fetch
Expand All @@ -206,7 +206,7 @@ jobs:
$main_repo_url = '${{ github.server_url }}/${{ github.repository }}'
Write-Host "fetching commits of: $main_repo_url"
git clone --filter=tree:0 $main_repo_url
git config list
git config --list --show-origin
git fetch --all
git branch -r
Expand Down

0 comments on commit bd35b07

Please sign in to comment.