From 8b10ce1e9cbc96389a27f0367f0d2c0e467198f3 Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Sun, 26 May 2024 20:49:31 +0100 Subject: [PATCH] Update behave.yml --- .github/workflows/behave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/behave.yml b/.github/workflows/behave.yml index 28a3575840..320d01a563 100644 --- a/.github/workflows/behave.yml +++ b/.github/workflows/behave.yml @@ -52,7 +52,7 @@ jobs: - name: Check Parity of Councils / input.json / Feature file run: | - repo=${{ github.repository || 'robbrad/UKBinCollectionData' }} + repo=${{ github.event.pull_request.head.repo.full_name || 'robbrad/UKBinCollectionData' }} branch=${{ github.event.pull_request.head.ref || 'master' }} make parity-check repo=$repo branch=$branch