This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new b49f5b0 Remove invalid character `\n` in `.asf.yaml` (#6077)
b49f5b0 is described below
commit b49f5b0389793a08656b36d61990eb7ac706070c
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Sep 1 11:35:49 2021 +0800
Remove invalid character `\n` in `.asf.yaml` (#6077)
It turns out that the invalid character is `\n`
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 7e92e30..80760e3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
#
github:
- description: |
+ description: >
Apache DolphinScheduler is a distributed and extensible workflow scheduler
platform with powerful DAG
visual interfaces, dedicated to solving complex job dependencies in the
data pipeline and providing
various types of jobs available out of box.