diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aefb52..14914bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write env: - PR_PATH: pull/${{github.event.number}} + PR_PATH: ${{ github.event.repository.name }}/pull/${{github.event.number}} DOMAIN: gradle.github.io PREVIEW_REPO: community-site-preview