misc: add support for manual runs

This commit is contained in:
2026-05-02 16:06:01 -04:00
Verified
parent 1183d259c4
commit e867ce161b

View File

@@ -1,5 +1,6 @@
name: Latest blog post workflow name: Latest blog post workflow
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 * * * *'
jobs: jobs:
@@ -11,4 +12,4 @@ jobs:
- uses: gautamkrishnar/blog-post-workflow@master - uses: gautamkrishnar/blog-post-workflow@master
with: with:
max_post_count: "4" max_post_count: "4"
feed_list: "https://joshuafhiggins.abunchofknowitalls.com/index.xml" feed_list: "https://joshuafhiggins.abunchofknowitalls.com/index.xml"