Skip to content

Commit 77499cc

Browse files
authored
Update discussion-webhook.yml
1 parent 006110c commit 77499cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discussion-webhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
--argjson body "$BODY" \
2727
'{event: $event, discussion_number: $number, discussion_url: $url, title: $title, user: $user, created_at: $created_at, updated_at: $updated_at, body: $body}')
2828
29-
curl -X POST "http://52.79.203.123:8080/api/github/webhook" \
29+
curl -X POST "http://54.180.153.206:8080/api/github/webhook" \
3030
-H "Content-Type: application/json" \
3131
-d "$JSON"

0 commit comments

Comments
 (0)