Skip to content

Commit

Permalink
Fix route for deploy action
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Peercy <[email protected]>
  • Loading branch information
speercy authored Aug 4, 2023
1 parent a3ebfb6 commit 730fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/Management/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function deploy(
])->isString();

return $this->getHttpClient()
->method('post')->addPath(['actions', $id, 'deploy'])
->method('post')->addPath(['actions', 'actions', $id, 'deploy'])
->withOptions($options)
->call();
}
Expand Down

0 comments on commit 730fe30

Please sign in to comment.