From 02c461bc994e409f23b68a739293dfd6de48f0b1 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sun, 18 Aug 2024 17:51:00 +0200 Subject: [PATCH] +54 --- .github/workflows/upstream pretest.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index 49d1e81a..6d2aaa0d 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -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 "sunserega2@gmail.com" @@ -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 }} @@ -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: '' + - name: checkout main repo + run: | + + # + - name: remove old pretest branches run: |