Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l1angfeng authored May 19, 2021
1 parent 00aa305 commit e7ed053
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,4 @@ jobs:
ZSECWIKIPASS:${{secrets.ZSECWIKIPASS}}
- name: Run
run: |
if [ ${FTServerKey}]; then FTServerKey= $FTServerKey ;fi
if [ ${TelegramToken}]; then TelegramToken= $TelegramToken ;fi
if [ ${TelegramChadId}]; then TelegramChadId= $TelegramChadId ;fi
if [ ${BARKTOKEN}]; then BARKTOKEN= $BARKTOKEN ;fi
if [ ${BARKSERVER}]; then BARKSERVER= $BARKSERVER ;fi
if [ ${PLUSPUSH}]; then PLUSPUSH= $PLUSPUSH ;fi
if [ ${EWECHATPUSHTOKEN}]; then EWECHATPUSHTOKEN= $EWECHATPUSHTOKEN ;fi
if [ ${EWECHATAGENTID}]; then EWECHATAGENTID = $EWECHATAGENTID ;fi
if [ ${EWECHATAPPSECRETS}]; then EWECHATAPPSECRETS= $EWECHATAPPSECRETS ;fi
python3 0secSign.py

0 comments on commit e7ed053

Please sign in to comment.