Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8a7b8c

Browse files
authored
Update blog-post-workflow.yml
1 parentc4d6679 commita8a7b8c

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed
Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
name:Generate Blog List
1+
name:Update blog posts
22
on:
33
push:
4+
branches:["main"]
5+
workflow_dispatch:
46
schedule:
5-
-cron:"0 */1 * * *"
7+
# Runs every hour
8+
-cron:'0 * * * *'
9+
10+
611
jobs:
7-
run:
12+
update-readme-with-blog:
13+
name:Update this repo's README with latest blog posts
814
runs-on:ubuntu-latest
9-
name:Fetch and Generate Blog Posts
1015
steps:
1116
-name:Checkout
12-
uses:actions/checkout@v3
13-
-name:GitHub Readme Blog Post Action
14-
uses:ErrorGamer2000/github-readme-blog-post-action@v1
17+
-uses:actions/checkout@v2
18+
-uses:gautamkrishnar/blog-post-workflow@master
1519
with:
16-
feed_urls:"https://musing.vercel.app/feed.xml"
17-
max_posts_per_url:5
18-
position_indicator:"post-list"
19-
locale:"en-US"
20-
time_zone:"America/Denver"
21-
output_dir:"generated_files"
22-
-name:Commit changed files
23-
uses:stefanzweifel/git-auto-commit-action@v4
24-
with:
25-
commit_message:Save generated content
26-
skip_checkout:true
20+
comment_tag_name:BLOG
21+
feed_list:"https://musing.vercel.app/feed.xml"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp