未验证 提交 0f9aa5fb 编写于 作者: B Bennu 提交者: GitHub

Update knowhere commit update action (#26272)

Signed-off-by: NBennu-Li <yunmei.li@zilliz.com>
上级 05c87af1
......@@ -12,7 +12,7 @@ on:
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
- cron: '0 5 * * *'
- cron: '0 15 * * *'
jobs:
......@@ -29,8 +29,8 @@ jobs:
id: get-knowhere-latest-commit
run: |
cd ..
git clone https://github.com/milvus-io/knowhere.git
cd knowhere
git clone https://github.com/zilliztech/Knowhere.git
cd Knowhere
export commit=$(git rev-parse --short HEAD)
echo $commit
echo "::set-output name=knowhere-commit::$commit"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册