Skip to content

Commit

Permalink
modified: .github/workflows/recent-posts.yml
Browse files Browse the repository at this point in the history
	- Changed to git pull instead of git pull --rebase.
  • Loading branch information
it176131 committed Jan 3, 2025
1 parent 583eaee commit af8d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recent-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
git config user.email [email protected]
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

0 comments on commit af8d19a

Please sign in to comment.