Skip to content

Commit

Permalink
+54
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent 69cd397 commit 02c461b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: git config
run: |
Write-Host "server_url: ${{ github.server_url }}"
Write-Host "repository: ${{ github.repository }}"
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 @@ -139,7 +143,7 @@ jobs:
# uses: actions/checkout@main
# with:
# repository: 'SunSerega/OpenCL-Docs'
# ref: 'main'
# ref: 'pretest/${{ matrix.exec_data.pr_num }}'
# path: './fork'
# token: ${{ secrets.POCGL_pretest_upstream_PAT }}

Expand Down Expand Up @@ -181,11 +185,15 @@ jobs:
uses: actions/checkout@main
with:
repository: ${{ matrix.remove-data.repo }}
# ref: 'main'
token: ${{ secrets.POCGL_pretest_upstream_PAT }}
sparse-checkout-cone-mode: false
sparse-checkout: '<NOTHING>'

- name: checkout main repo
run: |
#
- name: remove old pretest branches
run: |
Expand Down

0 comments on commit 02c461b

Please sign in to comment.