PR commit is on the upstream repo, not the fork.

RE:#1952
This commit is contained in:
James Douglass 2025-05-27 13:27:39 -07:00
parent 4644a0f473
commit 1b9e71b79b
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ jobs:
if [[ "${{github.event_name }}" == "pull_request" ]]
then
# If we're in a PR, build the container from the fork's source.
INVEST_REPO="${{ github.event.pull_request.head.repo.full_name }}"
#INVEST_REPO="${{ github.event.pull_request.head.repo.full_name }}"
INVEST_REPO="${{ github.repository }}"
INVEST_VERSION="${{ github.event.pull_request.merge_commit_sha }}"
else
INVEST_REPO="${{ github.repository }}"