@LucasTMP Please use template parameter and categories variable for this purpose.
Eg:
name: Latest blog post workflowon:
schedule: # Run workflow automatically
- cron: '0 * * * *'# Runs every hour, on the hourworkflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directlyjobs:
update-readme-with-blog:
name: Update this repo's README with latest blog postsruns-on: ubuntu-lateststeps:
- name: Checkoutuses: actions/checkout@v2
- name: Pull in dev.to postsuses: gautamkrishnar/blog-post-workflow@masterwith:
feed_list: "https://dev.to/feed/lucastmp"template: $newline - [$title]($url) - $categories
Is there any way to get each tag in this "collection"?
(Dev.To) https://dev.to/feed/lucastmp
It would be really nice to have all the tags of the posts, so it would be possible to search more easily.
The text was updated successfully, but these errors were encountered: