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 4
4
push :
5
5
branches :
6
6
- docs/update-translations
7
+ - docs/sync-nextjs-documentation
7
8
8
9
jobs :
9
10
translate :
Original file line number Diff line number Diff line change 25
25
- name : Check if PR branch exists
26
26
id : check_branch
27
27
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
29
29
echo "Branch already exists, skipping update"
30
30
echo "branch_exists=true" >> $GITHUB_OUTPUT
31
31
else
@@ -207,7 +207,7 @@ jobs:
207
207
- Updates from `canary` branch to `apps/docs/content/en/docs`
208
208
- Updates from `v14.2.28` branch to `apps/docs/content/en/docs/14`
209
209
- 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
211
211
delete-branch : true
212
212
base : main
213
213
add-paths : |
You can’t perform that action at this time.
0 commit comments