Skip to content

Commit b86b11d

Browse files
committed
Fix
1 parent 4761798 commit b86b11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cradl/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3335,5 +3335,5 @@ def create_action_run(
33353335
'input': input,
33363336
'metadata': metadata,
33373337
})
3338-
return self._make_request(requests.post, f'/actions/{action_id}/runs/{run_id}', body=body)
3338+
return self._make_request(requests.post, f'/actions/{action_id}/runs', body=body)
33393339

0 commit comments

Comments
 (0)