Skip to content

Commit ddb724d

Browse files
authored
fix: simplify input parameters for translation cron workflow dispatch (#21487)
1 parent 73f5fa0 commit ddb724d

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.yaml/dispatches \
26-
-d '{"ref":"master","inputs":{"branch":"master"}}'
26+
-d '{"ref":"master"}'
2727
2828
# build a matrix of branches to translate, including LTS and Cloud
2929
build-matrix:

0 commit comments

Comments
 (0)