Skip to content

Commit 583eaee

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Added git pull command to workflow to update README.
1 parent 84ea505 commit 583eaee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/recent-posts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
git config user.email [email protected]
2121
git config user.name github-actions
22+
git pull --rebase
2223
git add .
2324
git commit -m "Synced and updated with most recent it176131.github.io blog post"
2425
git push

0 commit comments

Comments
 (0)