We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3530cec commit 6eb4b93Copy full SHA for 6eb4b93
1 file changed
.github/workflows/update-sample.yml
@@ -17,7 +17,8 @@ jobs:
17
- name: Execute
18
run: |
19
cd to-build/sdl3-sample
20
- git pull --recurse-submodules
+ git config pull.rebase false
21
+ git pull
22
- name: git config
23
24
git config user.name github-actions[bot]
0 commit comments