misc: add support for manual runs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
name: Latest blog post workflow
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
jobs:
|
||||
@@ -11,4 +12,4 @@ jobs:
|
||||
- uses: gautamkrishnar/blog-post-workflow@master
|
||||
with:
|
||||
max_post_count: "4"
|
||||
feed_list: "https://joshuafhiggins.abunchofknowitalls.com/index.xml"
|
||||
feed_list: "https://joshuafhiggins.abunchofknowitalls.com/index.xml"
|
||||
|
||||
Reference in New Issue
Block a user