From e071c8f6c06f48c52e5b67405e2c895c7e13ec3c Mon Sep 17 00:00:00 2001 From: Ghlerrix Date: Sat, 2 Sep 2023 15:37:35 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8DpushUrl=E6=9C=AA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9B=B8=E5=85=B3Secrets=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前的修复版本未考虑充分,这次从yml中进行空值判断 --- .github/workflows/pushUrl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushUrl.yml b/.github/workflows/pushUrl.yml index f88faa9d..c8a3651f 100644 --- a/.github/workflows/pushUrl.yml +++ b/.github/workflows/pushUrl.yml @@ -38,7 +38,7 @@ jobs: - name: Push env: URL: ${{ secrets.URL }} - BAIDU_TOKEN: ${{ secrets.BAIDU_TOKENs }} + BAIDU_TOKEN: ${{ secrets.BAIDU_TOKEN }} BING_API_KEY: ${{ secrets.BING_API_KEY }} run: | if [ -n "$URL" ]; then