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

Commit0dafc83

Browse files
authored
Update blog-post-workflow.yml
1 parent2696e17 commit0dafc83

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed
Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
name:Latest blogpost workflow
1+
name:Lates blogflows
22
on:
3-
schedule:# Run workflow automatically
4-
-cron:"0 * * * *"# Runs every hour, on the hour
5-
workflow_dispatch:# Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
6-
3+
push:
4+
schedule:
5+
-cron:"0 */6 * * *"
76
jobs:
8-
update-readme-with-blog:
9-
name:Update this repo's README with latest blog posts
7+
run:
108
runs-on:ubuntu-latest
9+
name:Update the example on the README
1110
steps:
12-
uses:actions/checkout@v2
13-
uses:gautamkrishnar/blog-post-workflow@1.7.4
11+
-name:Checkout
12+
uses:actions/checkout@v3
13+
-name:Generate
14+
uses:./
1415
with:
15-
max_post_count:"4"
16-
feed_list:"https://musing.vercel.app/feed.xml"
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp