Skip to content

Commit 4cd4b99

Browse files
committed
Fix for invalid field name in a dispatch data
1 parent ec12622 commit 4cd4b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react-tests-dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
"https://api.github.com/repos/elastic/react/actions/workflows/$REACT_WORKFLOW_ID/dispatches" \
2222
-d '{
2323
"ref": "main",
24-
"client_parameter": {
24+
"inputs": {
2525
"pr_branch": "${{ github.head_ref || github.ref_name }}",
2626
"pr_id": "${{ github.event.number }}",
2727
}

0 commit comments

Comments
 (0)