Skip to content

Commit 98b7434

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_from_submodule.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
git add .
4141
git commit -m "Update file after submodule update" || echo "No changes to commit"
4242
43+
- name: Configure Git Pull Strategy
44+
run: git config pull.ff only
45+
4346
- name: Pull latest changes
4447
run: git pull origin main
4548

0 commit comments

Comments
 (0)