From 93a01201d41804e46e2dff3ff60a16853e484e93 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Mon, 1 Apr 2024 17:50:40 +0000 Subject: [PATCH] Updat CI --- .github/workflows/run_ccpp_scm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_ccpp_scm.yaml b/.github/workflows/run_ccpp_scm.yaml index 899af6ea..1c073ef0 100644 --- a/.github/workflows/run_ccpp_scm.yaml +++ b/.github/workflows/run_ccpp_scm.yaml @@ -67,7 +67,7 @@ jobs: echo ${{github.repository}} echo ${{ github.event.pull_request.head.sha }} echo $GITHUB_SHA - git remote add remote_local ${{ github.repository }} + git remote add remote_local ${{ github.event.pull_request.head.repo.clone_url }} git fetch remote_local ${{ github.head_ref }} git checkout remote_local/${{ github.head_ref }}