Skip to content

Commit

Permalink
update: ja translation
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit committed Dec 20, 2024
1 parent d447817 commit 6ad4a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ja-full-translation-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Copy translated files to docs repo
run: |
cd docs
git checkout -b i18n-ja-release-8.1
git checkout -b i18n-ja-release-8.5
cd ..
cp -r markdown-translator/output/markdowns/* docs/
Expand All @@ -61,7 +61,7 @@ jobs:
else
echo "No changes detected, skipped"
fi
git push -f --set-upstream origin i18n-ja-release-8.1
git push -f --set-upstream origin i18n-ja-release-8.5
dispatch:
runs-on: ubuntu-latest
Expand All @@ -75,4 +75,4 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.DOCS_STAGING }}" \
https://api.github.com/repos/pingcap/docs-staging/actions/workflows/update.yml/dispatches \
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"i18n-ja-release-8.1"}}'
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"i18n-ja-release-8.5"}}'

0 comments on commit 6ad4a75

Please sign in to comment.