From 65b0618bc606680a244ebe30d3e4a4ac8a5dff17 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Wed, 15 Jan 2025 10:35:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0git=20webhook?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/gitea_webhook.php | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 public/gitea_webhook.php diff --git a/public/gitea_webhook.php b/public/gitea_webhook.php new file mode 100644 index 00000000..9e2b40f2 --- /dev/null +++ b/public/gitea_webhook.php @@ -0,0 +1,60 @@ +&1', $result); + + var_export($result);exit; +} catch (\Throwable $th) { + var_export($th->getMessage()); +} \ No newline at end of file