Skip to content

Commit fd702a5

Browse files
committed
modified: .github/actions/recent-posts/main.py
- Testing that `repl` is as I think it should be.
1 parent 9e8b1b4 commit fd702a5

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/recent-posts

1 file changed

+1
-0
lines changed

.github/actions/recent-posts/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def main(
6464
) for entry in model.entries
6565
]
6666
)
67+
print(repl)
6768
new_text = re.sub(pattern=pattern, repl=f"\n{repl}\n", string=text)
6869
with readme.open(mode="w") as f:
6970
f.write(new_text)

0 commit comments

Comments
 (0)