We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f7291 commit 334600eCopy full SHA for 334600e
1 file changed
.github/workflows/deploy_to_private.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Update deployment with secondary main
46
run: |
47
- git fetch ssh-origin main
+ git fetch ssh-origin deploy
48
git rebase -X ours ssh-origin/deploy
49
git merge --squash -X theirs origin/main --allow-unrelated-histories
50
0 commit comments