Update knowhere commit update action (#26272)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/26194/head
Bennu 2023-08-10 20:27:29 +08:00 committed by GitHub
parent 05c87af146
commit 0f9aa5fbec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ on:
# │ │ │ │ │ # │ │ │ │ │
# │ │ │ │ │ # │ │ │ │ │
# │ │ │ │ │ # │ │ │ │ │
- cron: '0 5 * * *' - cron: '0 15 * * *'
jobs: jobs:
@ -29,8 +29,8 @@ jobs:
id: get-knowhere-latest-commit id: get-knowhere-latest-commit
run: | run: |
cd .. cd ..
git clone https://github.com/milvus-io/knowhere.git git clone https://github.com/zilliztech/Knowhere.git
cd knowhere cd Knowhere
export commit=$(git rev-parse --short HEAD) export commit=$(git rev-parse --short HEAD)
echo $commit echo $commit
echo "::set-output name=knowhere-commit::$commit" echo "::set-output name=knowhere-commit::$commit"