File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88https://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
3026cp ~ /github-webhook /usr/bin
You can’t perform that action at this time.
0 commit comments