From 20d639e98af4edd3391601ff03a7446bf07cb4b3 Mon Sep 17 00:00:00 2001 From: Ghlerrix Date: Sat, 2 Sep 2023 15:30:06 +0800 Subject: [PATCH] test no arg --- .github/workflows/pushUrl.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pushUrl.yml b/.github/workflows/pushUrl.yml index 19a6bf15..945aa7c5 100644 --- a/.github/workflows/pushUrl.yml +++ b/.github/workflows/pushUrl.yml @@ -35,9 +35,9 @@ jobs: - name: Install requests run: pip install requests - - name: Check if Secret exists + - name: Push env: - URL: ${{ secrets.URLs }} + URL: ${{ secrets.URL }} BAIDU_TOKEN: ${{ secrets.BAIDU_TOKENs }} BING_API_KEY: ${{ secrets.BING_API_KEYs }} run: | @@ -50,6 +50,6 @@ jobs: fi else echo "请前往 Github Action Secrets 配置 URL:" - echo "详情参见: https://ghlcode.cn/fe032806-5362-4d82-b746-a0b26ce8b9d9" + echo "详情参见: 'https://ghlcode.cn/fe032806-5362-4d82-b746-a0b26ce8b9d9'" fi