diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 530a1972..cd8a32a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Check out sources uses: actions/checkout@v2 with: - path: gits/${{github.event.pull_request.repository.name}} + path: gits/${{github.event.repository.name}} ref: ${{github.event.pull_request.head.sha}} # check out the PR HEAD fetch-depth: 0