Skip to content

Commit

Permalink
[ISSUE #124] Fix Webhook connection not closing after processing (#125)
Browse files Browse the repository at this point in the history
* Fix failed task and image duplicate references (zh-cn)

* Fix image relative link references (en)
  • Loading branch information
Pil0tXia authored Aug 28, 2023
1 parent ec8f754 commit 9dc094d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified static/images/design-document/webhook/webhook-github-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/design-document/webhook/webhook-github-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions versioned_docs/version-v1.9.0/design-document/14-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,19 +252,19 @@ Output params:

#### The second step: click setting

![](/images/design-document/webhook/webhook-github-setting.png)
![](../../static/images/design-document/webhook/webhook-github-setting.png)

#### The third step: click Webhooks

![](/images/design-document/webhook/webhook-github-webhooks.png)
![](../../static/images/design-document/webhook/webhook-github-webhooks.png)

#### The fourth step: Click on Add webhook

![](/images/design-document/webhook/webhook-github-add.png)
![](../../static/images/design-document/webhook/webhook-github-add.png)

#### The fifth step: Fill in the webhook information

![](/images/design-document/webhook/webhook-github-info.png)
![](../../static/images/design-document/webhook/webhook-github-info.png)

Payload URL: Service address and pahts. [http or https]://[domain or IP]:[port]/webhook/[callbackPath]
Content type: http header content type
Expand Down

0 comments on commit 9dc094d

Please sign in to comment.