Update update.yml
This commit is contained in:
parent
786e812b30
commit
578444e163
.github/workflows
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: commit dictionary content if updated
|
||||
run: |
|
||||
DICTIONARY_INFO_URL="https://storage.googleapis.com/lingdocs/dictionary-info.json"
|
||||
DICTIONARY_INFO_URL="https://storage.lingdocs.com/dictionary/dictionary-info.json"
|
||||
PUBLISHED=`curl $DICTIONARY_INFO_URL | jq .release`
|
||||
IN_REPO=`cat dictionary-info.json | jq .release`
|
||||
if [ $IN_REPO = $PUBLISHED ]; then
|
||||
|
|
Loading…
Reference in New Issue