diff --git a/.github/workflows/blog.yml b/.github/workflows/blog.yml index 3e8664f..aa09e23 100644 --- a/.github/workflows/blog.yml +++ b/.github/workflows/blog.yml @@ -15,4 +15,5 @@ jobs: - name: Pull in posts. uses: gautamkrishnar/blog-post-workflow@v1 with: - feed_list: "https://youngchief.tk/blog.rss" \ No newline at end of file + feed_list: "https://youngchief.tk/blog.rss" + commit_message: 'Updated blog section.' \ No newline at end of file