Skip to content

Commit

Permalink
change pull ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Jan 11, 2024
1 parent 8bdf465 commit 08df0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fetchRemoteGitHistory() {
}

# trunk-ignore(shellcheck)
pr_branch="refs/remotes/pull/${PR_BRANCH}"
pr_branch="pull/${PR_BRANCH}"
merge_instance_branch="${TARGET_BRANCH}"
if [[ -z ${merge_instance_branch} ]]; then
merge_instance_branch="${DEFAULT_BRANCH}"
Expand Down

0 comments on commit 08df0b5

Please sign in to comment.