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:
3
.github/workflows/pushUrl.yml
vendored
3
.github/workflows/pushUrl.yml
vendored
@@ -37,10 +37,11 @@ jobs:
|
||||
|
||||
- name: Check if Secret exists
|
||||
env:
|
||||
URL_SECRET: ${{ secrets.URLs }}
|
||||
URL_SECRET: ${{ secrets.URL }}
|
||||
run: |
|
||||
if [ -n "$URL_SECRET" ]; then
|
||||
echo "Secret URL_SECRET exists."
|
||||
python pushUrl.py --url ${{ secrets.URL }} --baidu_token ${{ secrets.BAIDU_TOKENs }} --bing_api_key ${{ secrets.BING_API_KEYs }}
|
||||
else
|
||||
echo "Secret URL_SECRET does not exist."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user