mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
test no arg
This commit is contained in:
6
.github/workflows/pushUrl.yml
vendored
6
.github/workflows/pushUrl.yml
vendored
@@ -44,9 +44,15 @@ jobs:
|
||||
if [ -n "$URL" ]; then
|
||||
if [ -n "$BAIDU_TOKEN" ]; then
|
||||
python pushUrl.py --url ${{ secrets.URL }} --baidu_token ${{ secrets.BAIDU_TOKENs }}
|
||||
else
|
||||
echo "请前往 Github Action Secrets 配置 BAIDU_TOKEN:"
|
||||
echo "详情参见: 'https://ghlcode.cn/fe032806-5362-4d82-b746-a0b26ce8b9d9'"
|
||||
fi
|
||||
if [ -n "$BAIDU_TOKEN" ]; then
|
||||
python pushUrl.py --url ${{ secrets.URL }} --bing_api_key ${{ secrets.BING_API_KEYs }}
|
||||
else
|
||||
echo "请前往 Github Action Secrets 配置 BING_API_KEY:"
|
||||
echo "详情参见: 'https://ghlcode.cn/fe032806-5362-4d82-b746-a0b26ce8b9d9'"
|
||||
fi
|
||||
else
|
||||
echo "请前往 Github Action Secrets 配置 URL:"
|
||||
|
||||
Reference in New Issue
Block a user