Skip to content

Commit

Permalink
Update Preview path in deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Nov 14, 2024
1 parent f86445d commit 18c35a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
delete_preview:
runs-on: ubuntu-20.04
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

Expand Down

0 comments on commit 18c35a5

Please sign in to comment.