Skip to content

Commit

Permalink
change ev type
Browse files Browse the repository at this point in the history
ev type
  • Loading branch information
piotrnarajowski committed Jul 22, 2024
1 parent 0ca46cd commit 00687f6
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 @@ -15,7 +15,7 @@ def main():
return

try:
commit = os.environ.get('PR_NUMBER')
commit = os.environ.get('FETCH_HEAD')

# mb = run_cmd(f"git merge-base {upstream} {commit}")
# upstream = mb[0]
Expand Down

0 comments on commit 00687f6

Please sign in to comment.