Skip to content

Commit

Permalink
+85
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent bfcf518 commit 8a5580c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
uses: actions/checkout@main
with:
ref: ${{ github.event.repository.default_branch }}
path: './core'
path: './POCGL'
fetch-depth: 0

- name: checkout subm fork
Expand Down Expand Up @@ -181,6 +181,7 @@ jobs:
Write-Host "Updating subm fork..."
Push-Location './fork'
git remote add 0_official "[email protected]:${org_repo}.git"
git config --add remote.0_official.fetch '+refs/pull/*:refs/remotes/0_official/pull/*'
git fetch
$fork_main_branch_name = 'custom'
Expand Down Expand Up @@ -208,7 +209,7 @@ jobs:
Write-Host "Updating main repo..."
Push-Location './core'
Push-Location './POCGL'
git fetch
# $core_main_branch_name = '${{ github.head_ref || github.ref_name }}'
Expand Down

0 comments on commit 8a5580c

Please sign in to comment.