From 15f26c0f1cd5524665c4e182e7ef98a2af6f1950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Wed, 23 Nov 2022 15:26:01 -0800 Subject: [PATCH] Don't commit when nothing changed! --- .github/workflows/blog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blog.yml b/.github/workflows/blog.yml index 4761a0b..81b1ae0 100644 --- a/.github/workflows/blog.yml +++ b/.github/workflows/blog.yml @@ -12,4 +12,5 @@ jobs: - uses: JasonEtco/rss-to-readme@main with: feed-url: 'https://youngchief.tk/blog.rss' - readme-section: blog \ No newline at end of file + readme-section: blog + empty-commits: false \ No newline at end of file