We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5226694 commit 55bdae6Copy full SHA for 55bdae6
.github/workflows/process-git-request.py
@@ -58,7 +58,7 @@ def process_git_request(fname, target_branch, source_branch, prj_dir):
58
upstream_diff = False
59
60
for logline in loglines:
61
- print(f"Processing logline {commit_sh}")
+ print(f"Processing logline {commit_sha}")
62
lines_counted += 1
63
if lines_counted == 1:
64
file.write("Merge Request sha: " + local_diffdiff_sha)
0 commit comments