Skip to content

Commit 7b08a43

Browse files
committed
fix: rebase on pull
1 parent 4ea63d0 commit 7b08a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Pull latest changes from main
5757
run: |
5858
echo "Pulling latest changes from main"
59-
git pull origin main
59+
git pull origin main --rebase
6060
6161
- name: Echo Sync Main Completed
6262
run: echo "Temporary branch has been successfully synced with main."

0 commit comments

Comments
 (0)