File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
.github/actions/recent-posts Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def main(
5959 repl = (
6060 f"- [{ model .entry .title } ]({ model .entry .link } ) by { model .entry .author } "
6161 )
62- new_text = re .sub (pattern = pattern , repl = f"\n { repl } " , string = text )
62+ new_text = re .sub (pattern = pattern , repl = f"\n { repl } \n " , string = text )
6363 with readme .open (mode = "w" ) as f :
6464 f .write (new_text )
6565
Original file line number Diff line number Diff line change @@ -57,4 +57,5 @@ Get help: [Post in our discussion board](https://github.com/orgs/skills/discussi
5757</footer >
5858
5959<!-- BLOG START -->
60- - [ pydantic-xml: Parsing My RSS Feed] ( https://it176131.github.io/2024/12/23/pydantic-xml.html ) by Ian Thompson<!-- BLOG END -->
60+ - [ pydantic-xml: Parsing My RSS Feed] ( https://it176131.github.io/2024/12/23/pydantic-xml.html ) by Ian Thompson
61+ <!-- BLOG END -->
You can’t perform that action at this time.
0 commit comments