youngchief/.github/workflows/blog.yml

17 lines
373 B
YAML
Raw Normal View History

2022-11-23 22:09:16 +00:00
name: Blog
2022-11-23 21:56:16 +00:00
on:
2022-11-24 20:51:32 +00:00
workflow_dispatch: # for manual workflow trigger
2022-11-23 21:56:16 +00:00
schedule:
2022-11-24 20:51:32 +00:00
- cron: '0 8 * * *'
2022-11-23 21:56:16 +00:00
jobs:
2022-11-23 22:47:44 +00:00
blog:
name: Blog
2022-11-23 21:56:16 +00:00
runs-on: ubuntu-latest
steps:
2022-11-24 21:03:29 +00:00
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@v1
2022-11-23 21:56:16 +00:00
with:
2022-11-24 20:52:51 +00:00
feed_list: "https://youngchief.tk/blog.rss"
commit_message: 'Updated blog section.'