mirror of
https://github.com/y377/189pan.git
synced 2023-10-27 09:09:29 +08:00
Update main.yml
This commit is contained in:
parent
d56f58c6bd
commit
06e8986211
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: pip install -r requirements.txt
|
||||
- name: 签到
|
||||
run: |
|
||||
(echo "签到时间 $(date "+%F %T") [](https://github.com/y377/189pan/actions/workflows/main.yml)" && ls -ll) | tee >(sed 's/^/- /' > index.md)
|
||||
(echo "签到时间 $(date "+%F %T") [](https://github.com/y377/189pan/actions/workflows/main.yml)" && python3 ./main.py) | tee >(sed 's/^/- /' > index.md)
|
||||
env:
|
||||
TYYP_USERNAME: ${{ secrets.TYYP_USERNAME }}
|
||||
TYYP_PSW: ${{ secrets.TYYP_PSW }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user