This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new 3e8505435 [ISSUE-3800]git action add documentation link (#3799)
3e8505435 is described below
commit 3e8505435a834e070f617021469885f74876520c
Author: 成彬彬 <[email protected]>
AuthorDate: Sun Nov 13 21:31:11 2022 +0800
[ISSUE-3800]git action add documentation link (#3799)
* add document url
---
.github/workflows/auto-comment.yml | 2 +-
.github/workflows/check-third-party-dependencies.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/auto-comment.yml
b/.github/workflows/auto-comment.yml
index 0c96029b4..70cd679fa 100644
--- a/.github/workflows/auto-comment.yml
+++ b/.github/workflows/auto-comment.yml
@@ -50,6 +50,6 @@ jobs:
### Mailing Lists
- |name|description|Subscribe|Unsubscribe|archive|
+ |Name|Description|Subscribe|Unsubscribe|Archive|
|:-----|:--------|:------|:-------|:-----|
| [[email protected]](mailto:[email protected]) |
community activity information |
[subscribe](mailto:[email protected]) |
[unsubscribe](mailto:[email protected]) |
[archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |
diff --git a/.github/workflows/check-third-party-dependencies.yml
b/.github/workflows/check-third-party-dependencies.yml
index 1b9339b14..8c0731388 100644
--- a/.github/workflows/check-third-party-dependencies.yml
+++ b/.github/workflows/check-third-party-dependencies.yml
@@ -50,7 +50,7 @@ jobs:
sort ${{ github.workspace
}}/tool/dependencies/known-dependencies.txt > ~/known-dependencies.txt
join -t : -o 1.1 2.1 -a2 ~/known-dependencies.txt
~/current_dependencies.txt > ~/result.txt
#print new third-party dependencies name if it exists
- awk -F ":" '{if($1=="")print $2" is not in file
known-dependencies.txt!"}' ~/result.txt
+ awk -F ":" '{if($1=="")print $2" is not in file
known-dependencies.txt!\n You can refer to this guide to repair
it(你可以参考这个执行进行修复):https://linkis.apache.org/zh-CN/community/development-specification/license"}'
~/result.txt
result=`awk -F ":" '{if($1=="")print $2}' ~/result.txt |wc -l`
#if has new third-party,the Action will fail
if [[ $result == 0 ]];then echo "All third dependencies is known!"
;else exit 1;fi
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]