Skip to content

Commit

Permalink
modified: .github/workflows/recent-posts.yml
Browse files Browse the repository at this point in the history
	- Added git pull command to workflow to update README.
  • Loading branch information
it176131 committed Jan 3, 2025
1 parent 84ea505 commit 583eaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/recent-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
git config user.email [email protected]
git config user.name github-actions
git pull --rebase
git add .
git commit -m "Synced and updated with most recent it176131.github.io blog post"
git push

0 comments on commit 583eaee

Please sign in to comment.