Skip to content

Commit

Permalink
specify repository of source branch in PR to allow PR from forked rep…
Browse files Browse the repository at this point in the history
…ository
  • Loading branch information
georgemccabe committed Sep 5, 2024
1 parent 3488564 commit 47d61af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compare_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
path: headnew
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: check out baseold code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 47d61af

Please sign in to comment.