Skip to content

Commit

Permalink
+61
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent a4a8433 commit e0e3377
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: git config
run: |
git config list
throw 'temp err'
git config --global core.autocrlf false
git config --global user.name "sun pack bot"
git config --global user.email "[email protected]"
Expand Down Expand Up @@ -204,7 +201,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 fetch $main_repo_url
git fetch --all $main_repo_url
git branch -r
$core_removed_pr_nums = @()
Expand Down

0 comments on commit e0e3377

Please sign in to comment.