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
00064b481c
commit
708919ee24
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -1,4 +1,5 @@
|
||||
name: 天翼云盘签到
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
@ -30,8 +31,10 @@ jobs:
|
||||
env:
|
||||
TYYP_USERNAME: ${{ secrets.TYYP_USERNAME }}
|
||||
TYYP_PSW: ${{ secrets.TYYP_PSW }}
|
||||
- name: 保存 log.md 文件
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: logs
|
||||
path: log.md
|
||||
- name: Commit and push log.md
|
||||
run: |
|
||||
git config --global user.name 'y377'
|
||||
git config --global user.email 'csever@qq.com'
|
||||
git add log.md
|
||||
git commit -m "Update log.md"
|
||||
git push origin master
|
||||
|
||||
Loading…
Reference in New Issue
Block a user