diff --git a/.github/workflows/recent-posts.yml b/.github/workflows/recent-posts.yml index 7af830b..02d1da9 100644 --- a/.github/workflows/recent-posts.yml +++ b/.github/workflows/recent-posts.yml @@ -19,7 +19,7 @@ jobs: run: | git config user.email github-actions@github.com git config user.name github-actions - git pull --rebase + git pull git add . git commit -m "Synced and updated with most recent it176131.github.io blog post" git push \ No newline at end of file