diff --git a/.github/workflows/compile_protos.yml b/.github/workflows/compile_protos.yml index 62a0aaca9..73b1cf9e5 100644 --- a/.github/workflows/compile_protos.yml +++ b/.github/workflows/compile_protos.yml @@ -43,7 +43,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} # note: check out fork because we will need it when we push below - repository: ${{ github.event.pull_request.head.repo.forks_url }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - uses: actions/setup-node@v4 - uses: actions/setup-go@v5 with: