Skip to content

Commit

Permalink
Updat CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Apr 1, 2024
1 parent 3c83f63 commit c4aecdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_ccpp_scm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c4aecdd

Please sign in to comment.