We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006110c commit 77499ccCopy full SHA for 77499cc
.github/workflows/discussion-webhook.yml
@@ -26,6 +26,6 @@ jobs:
26
--argjson body "$BODY" \
27
'{event: $event, discussion_number: $number, discussion_url: $url, title: $title, user: $user, created_at: $created_at, updated_at: $updated_at, body: $body}')
28
29
- curl -X POST "http://52.79.203.123:8080/api/github/webhook" \
+ curl -X POST "http://54.180.153.206:8080/api/github/webhook" \
30
-H "Content-Type: application/json" \
31
-d "$JSON"
0 commit comments