Use a string, not a Bool
This commit is contained in:
parent
e7df9163c7
commit
0544cd7653
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: pull.rebase
|
||||
git_config:
|
||||
name: pull.rebase
|
||||
value: true
|
||||
value: 'true'
|
||||
scope: global
|
||||
- name: push.default
|
||||
git_config:
|
||||
|
|
Loading…
Reference in a new issue