We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb448b commit 465d182Copy full SHA for 465d182
.github/workflows/pip-matrix.yml
@@ -31,7 +31,7 @@ jobs:
31
date > generated.txt
32
git config user.name "github-actions[bot]"
33
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
34
- git config pull.rebase false
+ git config --global pull.rebase true
35
git add .
36
git commit -m "gitbot on `date`"
37
git pull
0 commit comments