We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b7434 commit 70bb165Copy full SHA for 70bb165
.github/workflows/update_from_submodule.yml
@@ -41,7 +41,7 @@ jobs:
41
git commit -m "Update file after submodule update" || echo "No changes to commit"
42
43
- name: Configure Git Pull Strategy
44
- run: git config pull.ff only
+ run: git config pull.rebase true
45
46
- name: Pull latest changes
47
run: git pull origin main
0 commit comments