diff --git a/.github/workflows/pr-auto-manager.yml b/.github/workflows/pr-auto-manager.yml index 6ed8a6f2f..0da34a6e2 100644 --- a/.github/workflows/pr-auto-manager.yml +++ b/.github/workflows/pr-auto-manager.yml @@ -30,7 +30,8 @@ jobs: # https://github.com/marketplace/actions/checkout uses: actions/checkout@v4.2.2 with: - ref: ${{ github.head_ref }} + ref: ${{ github.event.pull_request.head.sha }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup Node.js # Setup Node.js environment