The max_post_count parameter doesn't work for my workflow and feed elements #237
dassiorleando
started this conversation in
General
Replies: 1 comment 1 reply
-
@dassiorleando it could be just a bug in your website's feed generation. I can see it working fine in my repo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I set up a GitHub action using this blog-post workflow, I used 500 as the max_post_count, and my feed returns 48 elements but my README file only has 10 posts listed.
Expected behavior
From my understanding of the documentation, the max_post_count parameter is there to define the maximum number of items to have listed in my README file, and right now even if I send 48 elements, it always lists 10 blog posts.
Screenshots
Workflow Yml Used
Additional context
Here is the README as output: https://github.com/numerica-ideas/community/blob/master/articles/README.md
Double check the following
Before opening a bug, Please make sure that you had done the following, add a checkmark if done by marking it with
[x]
:Beta Was this translation helpful? Give feedback.
All reactions