mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
[fix] 修复pushUrl未配置相关Secrets报错
之前的修复版本未考虑充分,这次从yml中进行空值判断
This commit is contained in:
2
.github/workflows/pushUrl.yml
vendored
2
.github/workflows/pushUrl.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user