Update main.yml

This commit is contained in:
y377 2023-08-04 13:49:06 +08:00 committed by GitHub
parent ce6d663ece
commit 63ccdbbcab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
run: pip install -r requirements.txt
- name: 签到
run: |
python3 ./main.py | tee >(sed 's/^/- /' > index.md)
(echo "[![签到状态](https://github.com/y377/189pan/actions/workflows/main.yml/badge.svg?branch=main)](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 }}