diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index a00e03f..33d56e3 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -71,7 +71,7 @@ jobs: with: fetch-depth: 0 repository: '${{ secrets.FORK_REPOSITORY_ORGANISATION }}/${{ secrets.FORK_REPOSITORY_NAME }}' - path: '../${{ secrets.FORK_REPOSITORY_NAME }}' + path: '${{ secrets.FORK_REPOSITORY_NAME }}' - run: | pwd ls -la ..