Skip to content

Commit 18ba650

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Made git pull specific to this branch.
1 parent f276a41 commit 18ba650

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
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
git config user.email [email protected]
2525
git config user.name github-actions
26-
git pull
26+
git pull origin recent-posts
2727
git add .
2828
git commit -m "Synced and updated with most recent it176131.github.io blog post"
2929
git push

0 commit comments

Comments
 (0)