diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 7063770..aa327d0 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - run: | - echo !${{ github.event.pull_request }} + echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }} echo !${{ github.event.pusher }} echo !${{ github.event.forkee }}