Skip to content

Update this repo's README #624

Update this repo's README

Update this repo's README #624

Workflow file for this run

name: Update this repo's README
on:
schedule:
# Once a day at 8 AM
- cron: 0 8 * * 0
push:
branches:
- master
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: joaohf/[email protected]
with:
feed-url: https://beam-mignon.netlify.app/feed.xml
readme-section: posts
max: 100
pre_template: "| Release Date | Link |\n| :------------- | :------ |"
template: "| {{ pubDate }} | [{{ title }}]({{ link }}) |"