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 4ea63d0 commit 7b08a43Copy full SHA for 7b08a43
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Pull latest changes from main
57
run: |
58
echo "Pulling latest changes from main"
59
- git pull origin main
+ git pull origin main --rebase
60
61
- name: Echo Sync Main Completed
62
run: echo "Temporary branch has been successfully synced with main."
0 commit comments