Merge pull request #8584 from dhalbert/8.2.x-to-main-2023-11-09
This commit is contained in:
commit
1dec24c48b
@ -257,7 +257,7 @@ def set_docs(run: bool):
|
||||
if pattern_doc.search(file) and (
|
||||
(
|
||||
subprocess.run(
|
||||
f"git diff -U0 $BASE_SHA...$HEAD_SHA {github_workspace + file} | grep -o -m 1 '^[+-]\/\/|'",
|
||||
rf"git diff -U0 $BASE_SHA...$HEAD_SHA {github_workspace + file} | grep -o -m 1 '^[+-]\/\/|'",
|
||||
capture_output=True,
|
||||
shell=True,
|
||||
).stdout
|
||||
|
Loading…
Reference in New Issue
Block a user