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