diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 95c9583..410e3a7 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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