Skip to content

Commit

Permalink
Update 多号签到.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinmogul authored Feb 6, 2021
1 parent aab295f commit 2258a50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/多号签到.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 签到
name: 联通

on:
workflow_dispatch: # 手动触发
Expand Down Expand Up @@ -72,7 +72,5 @@ jobs:
password: ${{secrets.unicom_password}}
user2: ${{secrets.unicom_user2}}
password2: ${{secrets.unicom_password}}
user3: ${{secrets.unicom_user3}}
password3: ${{secrets.unicom_password3}}
appid: ${{secrets.unicom_appid}}
run: node index.js unicom --accountSn=1,2,3 --user-1=${user} --password-1=${password} --appid-1=${appid} --user-2=${user2} --password-2=${password} --appid-2=${appid} --user-3=${user3} --password-3=${password3} --appid-3=${appid}
run: node index.js unicom --accountSn=1,2 --user-1=${user} --password-1=${password} --appid-1=${appid} --user-2=${user2} --password-2=${password} --appid-2=${appid}

0 comments on commit 2258a50

Please sign in to comment.