Skip to content

Commit 398d57a

Browse files
authored
Update deploy-preview.yml
1 parent 25b201a commit 398d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
SPLIT_BRANCH=$(git subtree split --prefix temp-dir temp-branch)
5757
5858
git remote add web-preview ${{ env.preview_url }}
59-
git fetch main
59+
git fetch web-preview
6060
git checkout -b preview web-preview/main
6161
git merge $SPLIT_BRANCH -m "Merge Split Branch" --allow-unrelated-histories -X theirs
6262
git push web-preview HEAD:main

0 commit comments

Comments
 (0)