Skip to content

Commit

Permalink
ci: update base branch of jp translation (#15614)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit authored Jan 4, 2024
1 parent 939aafa commit a7bff78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
name: Download docs repo and specified branch
with:
ref: "i18n-ja-release-7.1"
ref: "i18n-ja-release-7.5"
path: "docs"
- uses: actions/setup-node@v3
name: Setup node 18
Expand Down Expand Up @@ -132,4 +132,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-7.1"}}'
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"i18n-ja-release-7.5"}}'

0 comments on commit a7bff78

Please sign in to comment.