mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
bba0ef522c
commit
2e01665340
@@ -131,10 +131,12 @@ class Previews extends Component
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function add_and_deploy(int $pull_request_id, ?string $pull_request_html_url = null) {
|
public function add_and_deploy(int $pull_request_id, ?string $pull_request_html_url = null)
|
||||||
|
{
|
||||||
$this->add($pull_request_id, $pull_request_html_url);
|
$this->add($pull_request_id, $pull_request_html_url);
|
||||||
$this->deploy($pull_request_id, $pull_request_html_url);
|
$this->deploy($pull_request_id, $pull_request_html_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function deploy(int $pull_request_id, ?string $pull_request_html_url = null)
|
public function deploy(int $pull_request_id, ?string $pull_request_html_url = null)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user