Skip to content

Commit 737f274

Browse files
committed
v1.5.0
1 parent aa628f2 commit 737f274

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,20 @@
77

88
https://img.shields.io/appveyor/build/yezihack/github-webhook
99
## 📡 Overview
10-
The Github-webhook is a webhook tool on github,
11-
That can trigger bash scripts after monitoring git's push behavior
10+
- The Github-webhook is a webhook tool on github,
11+
- That can trigger bash scripts after monitoring git's push behavior
12+
- The a line command handles the automatic build
13+
- Built-in queue for tasks, quick response to GitHub Webhook, 100% response 200 guaranteed
1214

13-
The a line command handles the automatic build
14-
15-
github-webhook 是github webhook自动构建工具.能监听git push行为,自动触发脚本.
16-
17-
一条命令搞定webhook自动构建,无需复杂的配置.
15+
1. github-webhook 是github webhook自动构建工具.能监听git push行为,自动触发脚本.
16+
1. 一条命令搞定webhook自动构建,无需复杂的配置.
17+
1. 内置队列执行任务,迅速响应 github webhook, 保证100% response 200
1818

1919
## 📜 Usage
2020
### 1. Install
2121
`go get -u github.com/yezihack/github-webhook`
2222
### 2. Download
2323
- [releases](https://github.com/yezihack/github-webhook/releases)
24-
- github release下载太慢, 试试这个
25-
```
26-
wget http://img.sgfoot.com/github-webhook1.4.1.linux-amd64.tar.gz
27-
```
2824

2925
```shell script
3026
cp ~/github-webhook /usr/bin

0 commit comments

Comments
 (0)