We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d6bab commit 0ec229fCopy full SHA for 0ec229f
.github/workflows/translation-cron.yml
@@ -23,7 +23,7 @@ jobs:
23
-H "Accept: application/vnd.github+json" \
24
-H "Authorization: token ${{ github.token }}" \
25
https://api.github.com/repos/${{ github.repository }}/actions/workflows/translation-zh.yml/dispatches \
26
- -d '{"ref":"main","inputs":{"branch":"main"}}'
+ -d '{"ref":"master","inputs":{"branch":"master"}}'
27
28
# build a matrix of branches to translate, including LTS and Cloud
29
build-matrix:
0 commit comments