You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ This workflow has additional options that you can use to customize it for your u
43
43
| `gh_token` | your GitHub token with repo scope | Use this to configure the token of the user that commits the workflow result to GitHub | No |
44
44
| `comment_tag_name` | `BLOG-POST-LIST` | Allows you to override the default comment tag name (`<!-- BLOG-POST-LIST:START --><!-- BLOG-POST-LIST:END -->`), if you want to show multiple instances of the action on the same repo, see advanced usage for more info | No |
45
45
| `disable_sort` | `false` | Disables the sorting of the list based on publish date | No |
46
-
| `template` | `default` | Allows you to change the structure of the posts list by using the `$title`, `$url`, `$newline`, and `$date` variables. By default this workflow uses markdown list format to render the posts, you can override this behavior using this option. Eg: `[$title]($url) `will give you a space-separated list of posts | No |
46
+
| `template` | `default` | Allows you to change the structure of the posts list by using the `$title`, `$url`, `$newline`, and `$date` variables. By default this workflow uses markdown list format to render the posts, you can override this behavior using this option. Eg: `[$title]($url) `will give you a space-separated list of posts. You can alo use `$randomEmoji` or `$emojiKey` with emoji as parameters to display emojis on your posts list see [issue comment](https://github.com/gautamkrishnar/blog-post-workflow/issues/29#issuecomment-699622596), example: `$newline - $randomEmoji(💯,🔥,💫,🚀,🌮) [$title]($url)` | No |
47
47
| `date_format` | `UTC:ddd mmm dd yyyy h:MM TT` | Allows you to change the format of the date or time displayed when using the $date in the template option. This uses NPM dateformat library, please read the library [documentation](https://www.npmjs.com/package/dateformat#named-formats) for the supported formats | No |
48
48
| `user_agent` | `rss-parser` | Allows you to customize the user agent used by the RSS feed crawler | No |
49
49
| `accept_header` | `application/rss+xml` | Allows you to customize the accept header of the http requests | No |
0 commit comments