Skip to content

Commit 70bb165

Browse files
Update update_from_submodule.yml
Signed-off-by: Hunter T. <[email protected]>
1 parent 98b7434 commit 70bb165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_from_submodule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git commit -m "Update file after submodule update" || echo "No changes to commit"
4242
4343
- name: Configure Git Pull Strategy
44-
run: git config pull.ff only
44+
run: git config pull.rebase true
4545

4646
- name: Pull latest changes
4747
run: git pull origin main

0 commit comments

Comments
 (0)