From 578444e163bf39a8f50e93cf089fdda60ebff395 Mon Sep 17 00:00:00 2001 From: Adam Dueck Date: Mon, 18 Dec 2023 18:04:14 +0400 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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