From e7c7a6ff3e94ba85229b1d4ac306c581faee4e52 Mon Sep 17 00:00:00 2001 From: BigeYoung Date: Mon, 7 Dec 2020 16:03:05 +0800 Subject: [PATCH] solved #43 When using external url, the character `>` is redundant. --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index 9547c92..2932e34 100644 --- a/DOCS.md +++ b/DOCS.md @@ -121,7 +121,7 @@ pipeline: [{{ build.status }}] {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }}) - body: > + body: https://git.io/vgvPz ```