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 570efc6 commit 93a0120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_ccpp_scm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 93a0120

Please sign in to comment.