We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4761798 commit b86b11dCopy full SHA for b86b11d
src/cradl/client.py
@@ -3335,5 +3335,5 @@ def create_action_run(
3335
'input': input,
3336
'metadata': metadata,
3337
})
3338
- return self._make_request(requests.post, f'/actions/{action_id}/runs/{run_id}', body=body)
+ return self._make_request(requests.post, f'/actions/{action_id}/runs', body=body)
3339
0 commit comments