Replies: 2 comments 4 replies
-
Seems that the metrics/source/templates/markdown/metadata.yml Lines 6 to 8 in 9529077 But it's probably just an oversight, I think you're the first using the markdown feature for repository 😅 Just adding the |
Beta Was this translation helpful? Give feedback.
-
Quick update! I updated the action to v3.20 and while the previous error doesn't seem to appear anymore, is there a new error: Error: ejs:81
79| ### Stargazers
80|
>> 81| [{%- await embed(`stats-stargazers`, {stargazers: true, stargazers_charts_type: "chartist"}) %}][stargazers]
82|
83| ### Contributors
84|
template not supported for: repository So it seems like some templates are still not supported for Repositories? Workflow Run: https://github.com/Readme-Workflows/recent-activity/runs/5123692499?check_suite_focus=true |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using the action in a repository for some SVG stuff (see #835 for context) do I get
Not supported for: repository
warnings before the attempt fails.Yet, the action doesn't do any attempts at explaining me WHAT isn't working. It just says something is not supported and fails.
Failed Workflow run: https://github.com/Readme-Workflows/recent-activity/runs/5086961166?check_suite_focus=true
Configuration: https://github.com/Readme-Workflows/recent-activity/blob/main/.github/workflows/update-readme.yml
Beta Was this translation helpful? Give feedback.
All reactions