misc: add support for manual runs
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user