Skip to content

Commit 1f2fc8c

Browse files
committed
modified: .github/actions/recent-posts/main.py
- Changing to three most recent entries as a test.
1 parent 116d509 commit 1f2fc8c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Feed(BaseXmlModel, tag="feed", nsmap=NSMAP, search_mode="ordered"):
3737

3838
# We limit to the first five <entry> from the RSS feed as they are
3939
# the most recently published.
40-
entries: tuple[Entry, Entry, Entry, Entry, Entry]
40+
entries: tuple[Entry, Entry, Entry]
4141

4242

4343
@app.command()

0 commit comments

Comments
 (0)