We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2268a64 + ed73c30 commit 0d52e09Copy full SHA for 0d52e09
.github/workflows/deploy.yml
@@ -24,5 +24,5 @@ jobs:
24
25
- name: Merge main into deploy
26
run: |
27
- git merge main --no-ff --no-edit
+ git merge origin/main --no-ff --no-edit
28
git push origin deploy
0 commit comments