Update code.ts #26

Closed
probablycorey wants to merge 1 commits from probablycorey-patch-6 into main

Did this work before?

Did this work before?
probablycorey added 1 commit 2025-11-13 21:42:57 +00:00
probablycorey reviewed 2025-11-13 21:43:26 +00:00
probablycorey left a comment
Author
Owner

NOPE!

NOPE!
@ -31,7 +31,7 @@ const server = serve({
POST: async (req) => {
const payload = await req.json()
const eventType = req.headers.get("X-Gitea-Event") || "unknown"
console.log(`🌵 Received Gitea webhook ${eventType}`)
Author
Owner

This is nuts. I don't think this works at all!

This is nuts. I don't think this works at all!
probablycorey reviewed 2025-11-13 21:51:54 +00:00
probablycorey left a comment
Author
Owner

yes

yes
@ -32,3 +32,3 @@
const payload = await req.json()
const eventType = req.headers.get("X-Gitea-Event") || "unknown"
console.log(`🌵 Received Gitea webhook ${eventType}`)
console.log(`🌵 TURDDDY Gitea webhook ${eventType}`)
Author
Owner

R U Serious?

R U Serious?
probablycorey closed this pull request 2025-11-13 21:52:21 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: probablycorey/ignore-me#26
No description provided.