Skip to content

Commit

Permalink
fix: Correct route for deploy action (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
speercy authored Aug 7, 2023
1 parent a3ebfb6 commit 09c0c28
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 09c0c28

Please sign in to comment.