From b49f5b0389793a08656b36d61990eb7ac706070c Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Wed, 1 Sep 2021 11:35:49 +0800 Subject: [PATCH] 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 7e92e30aa5..80760e3637 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.