From d288dccee63cf31e1d35f7631e462aa3526a87df Mon Sep 17 00:00:00 2001 From: Ghlerrix Date: Sat, 2 Sep 2023 15:35:43 +0800 Subject: [PATCH] test no arg --- .github/workflows/pushUrl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pushUrl.yml b/.github/workflows/pushUrl.yml index c69fbca5..f88faa9d 100644 --- a/.github/workflows/pushUrl.yml +++ b/.github/workflows/pushUrl.yml @@ -38,8 +38,8 @@ jobs: - name: Push env: URL: ${{ secrets.URL }} - BAIDU_TOKEN: ${{ secrets.BAIDU_TOKEN }} - BING_API_KEY: ${{ secrets.BING_API_KEYs }} + BAIDU_TOKEN: ${{ secrets.BAIDU_TOKENs }} + BING_API_KEY: ${{ secrets.BING_API_KEY }} run: | if [ -n "$URL" ]; then if [ -n "$BAIDU_TOKEN" ]; then