We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab0bea commit b390914Copy full SHA for b390914
.github/workflows/docker-push.yml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
git config --global user.name "GitHub Actions"
43
git config --global user.email "actions@github.com"
44
+ git config pull.rebase false
45
git pull origin main
46
47
- name: Set up Node 20
0 commit comments