Skip to content

Commit

Permalink
Update behave.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored May 26, 2024
1 parent 0d6ed96 commit 8b10ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/behave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b10ce1

Please sign in to comment.