| feed_list | Comma separated list of URLs. Supports dev.to, Hashnode, Medium, daily.dev profiles, RSS feeds, or any website URL | yes | — |
| readme_path | Comma separated paths of the readme files to update | no | ./README.md |
| max_post_count | Maximum number of posts to display | no | 5 |
| template | Template for post list. Variables: $title, $url, $date, $description, $counter, $categories, $author, $imageUrl, $newline | no | default |
| date_format | Date format using dateformat library syntax | no | UTC:ddd mmm dd yyyy h:MM TT |
| disable_sort | Disable sorting by publish date | no | false |
| sort_order | Sort order: 'asc' (oldest first) or 'desc' (newest first) | no | desc |
| filter_comments | Comma separated list of platforms to filter comments | no | stackoverflow/Comment by $author/,stackexchange/Comment by $author/ |
| filter_dates | Date filter (e.g., daysAgo/30, currentMonth, currentYear) | no | "" |
| comment_tag_name | Custom tag name for comment markers | no | "" |
| tag_post_pre_newline | Insert newline before/after tags | no | false |
| gh_token | GitHub token with repo scope | no | ${{ github.token }} |
| enable_keepalive | Enable keepalive workflow commits | no | true |
| user_agent | User agent for HTTP requests | no | blogpost-readme |
| accept_header | Accept header for HTTP requests | no | application/rss+xml, application/xml, text/xml |
| retry_count | Number of retries for failed requests | no | 0 |
| retry_wait_time | Wait time between retries in seconds | no | 1 |
| disable_html_encoding | Disable HTML encoding in output | no | false |
| remove_duplicates | Remove duplicate posts | no | false |
| skip_commit | Skip git commit (useful for testing) | no | false |
| layout | Output layout: 'list' (bullet points) or 'table' (markdown table) | no | list |