diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index dda6c08..f855440 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 with: - ref: refs/pull/${{ env.PR_NUMBER }}/head + ref: refs/pull/${{ env.PR_NUMBER }}/merge - name: Build Check uses: ./.github/actions/build