Skip to content

Commit e305510

Browse files
authored
update(ci): ja translation (pingcap#19756)
1 parent 14c73be commit e305510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ja-full-translation-google.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Copy translated files to docs repo
4646
run: |
4747
cd docs
48-
git checkout -b i18n-ja-release-8.1
48+
git checkout -b i18n-ja-release-8.5
4949
cd ..
5050
cp -r markdown-translator/output/markdowns/* docs/
5151
@@ -61,7 +61,7 @@ jobs:
6161
else
6262
echo "No changes detected, skipped"
6363
fi
64-
git push -f --set-upstream origin i18n-ja-release-8.1
64+
git push -f --set-upstream origin i18n-ja-release-8.5
6565
6666
dispatch:
6767
runs-on: ubuntu-latest
@@ -75,4 +75,4 @@ jobs:
7575
-H "Accept: application/vnd.github+json" \
7676
-H "Authorization: token ${{ secrets.DOCS_STAGING }}" \
7777
https://api.github.com/repos/pingcap/docs-staging/actions/workflows/update.yml/dispatches \
78-
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"i18n-ja-release-8.1"}}'
78+
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"i18n-ja-release-8.5"}}'

0 commit comments

Comments
 (0)