File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - docs/update-translations
7+ - docs/sync-nextjs-documentation
78
89jobs :
910 translate :
Original file line number Diff line number Diff line change 2525 - name : Check if PR branch exists
2626 id : check_branch
2727 run : |
28- if git ls-remote --heads origin "docs-update- nextjs-documentation" | grep -q "docs-update -nextjs-documentation"; then
28+ if git ls-remote --heads origin "docs/sync- nextjs-documentation" | grep -q "docs/sync -nextjs-documentation"; then
2929 echo "Branch already exists, skipping update"
3030 echo "branch_exists=true" >> $GITHUB_OUTPUT
3131 else
@@ -207,7 +207,7 @@ jobs:
207207 - Updates from `canary` branch to `apps/docs/content/en/docs`
208208 - Updates from `v14.2.28` branch to `apps/docs/content/en/docs/14`
209209 - Updates from `v13.5.11` branch to `apps/docs/content/en/docs/13`
210- branch : docs-update -nextjs-documentation
210+ branch : docs/sync -nextjs-documentation
211211 delete-branch : true
212212 base : main
213213 add-paths : |
You can’t perform that action at this time.
0 commit comments