Update README #2766
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: Update README | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
build: | |
name: Update this repo's README | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkput main branch | |
uses: actions/checkout@v2 | |
- name: update blogs | |
uses: gautamkrishnar/blog-post-workflow@master | |
with: | |
feed_list: "https://dev.to/feed/manthanank, https://medium.com/feed/@manthanank, https://manthanank.hashnode.dev/rss.xml" | |
- name: wakatime language insights | |
uses: athul/waka-readme@master | |
with: | |
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} | |
LANG_COUNT: 10 |