diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50e63a9..aafdde2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ name: Latest blog post workflow on: schedule: # Run workflow automatically - - cron: '0 * * * *' # Runs every hour, on the hour + - cron: "0 * * * *" # Runs every hour, on the hour workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly jobs: @@ -14,8 +14,8 @@ jobs: - name: Pull in dev.to posts uses: gautamkrishnar/blog-post-workflow@v1 with: - template: $newline - [$date $title]($url) - date_format: "yyyy-mm-dd" + template: $newline - [$date | $categories | $title]($url) + date_format: "yyyy-mm-dd" feed_list: "https://blog.kazoottt.top/rss.xml" max_post_count: 25 update-readme-with-memo: @@ -28,7 +28,7 @@ jobs: uses: gautamkrishnar/blog-post-workflow@v1 with: template: $newline - [$date $title]($url) - date_format: "yyyy-mm-dd" + date_format: "yyyy-mm-dd" feed_list: "https://blog.kazoottt.top/notes/rss.xml" max_post_count: 20 comment_tag_name: "MEMO-POST-LIST"