We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51f085c + edcf5b8 commit c739ed9Copy full SHA for c739ed9
.github/workflows/Merge into production.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Merge main into production
27
run: |
28
git checkout production
29
- git merge main --no-ff -m "Merge branch 'main' into 'production'"
+ git merge origin/main --no-ff -m "Merge branch 'main' into 'production'"
30
31
- name: Push changes
32
0 commit comments