Skip to content

Commit

Permalink
add origin
Browse files Browse the repository at this point in the history
  • Loading branch information
richagadgil committed Dec 19, 2024
1 parent 8b26986 commit cff16f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_stamped.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def main(branch) -> None:

# Determine the base commit of the PR branch (merge base between PR branch and target branch)
result = subprocess.run(
f"git merge-base {branch} develop",
f"git merge-base origin/{branch} origin/develop",
shell=True,
stdout=subprocess.PIPE,
text=True,
Expand Down

0 comments on commit cff16f0

Please sign in to comment.