Fix auto-deployment branch (#506)

This commit is contained in:
Saeed Vaziry
2025-02-23 12:50:46 +01:00
committed by GitHub
parent 1223ea1499
commit e99146209e
6 changed files with 189 additions and 13 deletions

View File

@ -36,4 +36,6 @@ public function getLastCommit(string $repo, string $branch): ?array;
* @throws FailedToDeployGitKey
*/
public function deployKey(string $title, string $repo, string $key): void;
public function getWebhookBranch(array $payload): string;
}