From c5699354c5b176477a868e83368bad3abd6cf45f Mon Sep 17 00:00:00 2001 From: Carly Gundy Date: Fri, 20 Oct 2023 09:48:36 +0200 Subject: [PATCH] correctly check out repo --- .github/workflows/check_cla.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check_cla.yml b/.github/workflows/check_cla.yml index 45ea0e6..ab7d872 100644 --- a/.github/workflows/check_cla.yml +++ b/.github/workflows/check_cla.yml @@ -78,6 +78,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Close Pull Request id: close_pr