Skip to content

Commit

Permalink
Patch 11
Browse files Browse the repository at this point in the history
patch 11
  • Loading branch information
piotrnarajowski committed Jul 16, 2024
1 parent cfa59d5 commit 3312ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/check_for_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():

try:
commit = "HEAD"
upstream = "myfork/master"
upstream = "master"
mb = run_cmd(f"git merge-base {upstream} {commit}")
upstream = mb[0]

Expand Down

0 comments on commit 3312ca0

Please sign in to comment.