Merge pull request #8584 from dhalbert/8.2.x-to-main-2023-11-09

This commit is contained in:
Scott Shawcroft 2023-11-10 22:37:12 -08:00 committed by GitHub
commit 1dec24c48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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