Skip to content

Update this repo's README #902

Update this repo's README

Update this repo's README #902

Workflow file for this run

name: Update this repo's README
on:
schedule:
# Once a day at 8 AM
- cron: 0 8 * * *
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: JasonEtco/rss-to-readme@v1
with:
feed-url: https://globaldatanet.com/tech-blog.xml
readme-section: techblog
branch: main
path: profile/README.md
max: 5