best-of-lists / best-of-generator

🏆 Generates a ranked list of awesome libraries and tools.
https://best-of.org
GNU General Public License v3.0
74 stars 13 forks source link

output_generator: markdown-gallery not work in best-of-update-action version 0.8.5 #59

Open jiandongj opened 1 year ago

jiandongj commented 1 year ago

Describe the bug:

output_generator: markdown-gallery not work in current version (0.8.5).

Expected behaviour:

output_generator should support "markdown-gallery", not only "markdown-list" in this configuration: https://github.com/best-of-lists/best-of-generator#configuration-options

Steps to reproduce the issue:

Follow best-of-streamlit repo's projects.yml, and update github workflow best-of-update-action to version 0.8.5, when trigger action this bug happend.

Technical details:

Possible Fix:

Additional context:

markdown-gallery feature was introduced by this pr: https://github.com/best-of-lists/best-of-generator/pull/29