We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026fb07 commit 49ec79aCopy full SHA for 49ec79a
.github/workflows/update-blog-dashboard-test.yml
@@ -63,6 +63,11 @@ jobs:
63
cd blog-repo
64
git remote set-url origin https://x-access-token:${{ secrets.GH_BLOG_TOKEN }}@github.com/sadmanca/blog.git
65
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
+
71
- name: Push changes to the blog repo
72
run: |
73
0 commit comments