diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 6f5d0db..c96fbd7 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -22,8 +22,11 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.ref }} - - name: Checkout + + - name: Checkout PR uses: actions/checkout@v3 + with: + clean: false - run: | echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }}