From c4aecdda10d168cc2e04e86b4263cae64fb0c5d8 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Mon, 1 Apr 2024 17:36:22 +0000 Subject: [PATCH] Updat CI --- .github/workflows/run_ccpp_scm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_ccpp_scm.yaml b/.github/workflows/run_ccpp_scm.yaml index b309776a..f22a6871 100644 --- a/.github/workflows/run_ccpp_scm.yaml +++ b/.github/workflows/run_ccpp_scm.yaml @@ -58,14 +58,14 @@ jobs: - name: Update ccpp-framework hash in ccpp-scm run: | cd ${SCM_ROOT}/ccpp/framework - echo ${{ github.repositoryUrl }} + echo ${{ github.repository }} echo ${{ github.head_ref }} echo $GIT_REMOTE_URL echo $GIT_REMOTE_BRANCH echo ${{github.repository}} echo ${{ github.event.pull_request.head.sha }} echo $GITHUB_SHA - git remote add remote_local ${{ github.repositoryUrl }} + git remote add remote_local ${{ github.repository }} git fetch remote_local ${{ github.head_ref }} git checkout remote_local/${{ github.head_ref }}