Skip to content

Commit af8d19a

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Changed to git pull instead of git pull --rebase.
1 parent 583eaee commit af8d19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recent-posts.yml

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

0 commit comments

Comments
 (0)