Skip to content

Commit 55bdae6

Browse files
committed
Fix debug print line
1 parent 5226694 commit 55bdae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/process-git-request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def process_git_request(fname, target_branch, source_branch, prj_dir):
5858
upstream_diff = False
5959

6060
for logline in loglines:
61-
print(f"Processing logline {commit_sh}")
61+
print(f"Processing logline {commit_sha}")
6262
lines_counted += 1
6363
if lines_counted == 1:
6464
file.write("Merge Request sha: " + local_diffdiff_sha)

0 commit comments

Comments
 (0)