.github/workflows/get-vitrine.yml #24241
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
schedule: | |
- cron: "0 * * * *" | |
jobs: | |
external_info: | |
runs-on: ubuntu-latest | |
name: Get external info | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Get all projects with specific tag | |
uses: gautamkrishnar/blog-post-workflow@master | |
with: | |
comment_tag_name: CHANNEL_PROJECTS | |
max_post_count: 999 | |
feed_list: "https://github-feed-generator-theta.vercel.app/api/topic/aluraquiz/?v=8" | |
template: "$newline| [<img width='500px' src='https://opengraph.githubassets.com/cf9f1db04b6e4e2b7a984902d69b889f717d09cb94b8b4296ffffc16d0c73120/$title'/>]($url) | [<img width='500px' src='https://gerador-de-imagens-omariosouto-alura-challenges.vercel.app/api/image-generator?url=$url'/>]($url)" |