README updates with the latest blog posts #502
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
name: README updates with the latest blog posts | |
on: | |
schedule: | |
# Every day at 00:00 | |
- cron: '0 0 * * *' | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: JasonEtco/rss-to-readme@v2 | |
with: | |
feed-url: https://medium.com/feed/alan | |
readme-section: feed | |
empty-commits: 'false' | |
branch: acceptance | |
path: 'profile/README.md' |