diff --git a/.github/workflows/maintainers-tsc-changes-verification.yaml b/.github/workflows/maintainers-tsc-changes-verification.yaml index b6fe1b352..8cb002aaf 100644 --- a/.github/workflows/maintainers-tsc-changes-verification.yaml +++ b/.github/workflows/maintainers-tsc-changes-verification.yaml @@ -24,7 +24,8 @@ jobs: - name: Checkout PR branch uses: actions/checkout@v3 with: - ref: ${{ github.head_ref }} + ref: ${{github.event.pull_request.head.ref}} + repository: ${{github.event.pull_request.head.repo.full_name}} path: pr-branch - name: Install js-yaml