From de6b8ee9f291cc066dafbab92683e51d14e0a021 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 13 May 2023 16:40:31 -0700 Subject: [PATCH] Feature/test new ci pipeline 2 (#4169) * test new CI * remove double quotes * make it a variable * make it a variable --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac931aa3..490837fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} - repository: / + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Set up Python ${{ env.min-python-version }} uses: actions/setup-python@v2 @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} - repository: / + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2