Skip to content

Commit 49ec79a

Browse files
authored
Update update-blog-dashboard-test.yml
1 parent 026fb07 commit 49ec79a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-blog-dashboard-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
cd blog-repo
6464
git remote set-url origin https://x-access-token:${{ secrets.GH_BLOG_TOKEN }}@github.com/sadmanca/blog.git
6565
66+
- name: Pull latest changes from remote
67+
run: |
68+
cd blog-repo
69+
git pull origin pey-2024-test --rebase || echo "No changes to pull or merge conflict occurred."
70+
6671
- name: Push changes to the blog repo
6772
run: |
6873
cd blog-repo

0 commit comments

Comments
 (0)