Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Latest blog post workflow #90

Latest blog post workflow

Latest blog post workflow #90

name: Latest blog post workflow
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/blog-post-workflow@master
with:
max_post_count: "4"
feed_list: "https://thecode764.github.io/kita/atom.xml"
committer_username: github-actions[bot]
committer_email: github-actions[bot]@users.noreply.github.com
commit_message: 馃摑 Update with latest blog posts