Skip to content

Commit 6eb4b93

Browse files
authored
Update update-sample.yml
1 parent 3530cec commit 6eb4b93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-sample.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Execute
1818
run: |
1919
cd to-build/sdl3-sample
20-
git pull --recurse-submodules
20+
git config pull.rebase false
21+
git pull
2122
- name: git config
2223
run: |
2324
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)