Skip to content

Commit 0ec229f

Browse files
authored
ci: update translation workflow to use 'master' branch instead of 'main' (pingcap#21366)
1 parent c5d6bab commit 0ec229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translation-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
-H "Accept: application/vnd.github+json" \
2424
-H "Authorization: token ${{ github.token }}" \
2525
https://api.github.com/repos/${{ github.repository }}/actions/workflows/translation-zh.yml/dispatches \
26-
-d '{"ref":"main","inputs":{"branch":"main"}}'
26+
-d '{"ref":"master","inputs":{"branch":"master"}}'
2727
2828
# build a matrix of branches to translate, including LTS and Cloud
2929
build-matrix:

0 commit comments

Comments
 (0)