fix: wrong target email
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 36s
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 36s
This commit is contained in:
parent
f4a7ecd057
commit
e2cdef7611
@ -58,7 +58,7 @@ jobs:
|
|||||||
username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
||||||
password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
||||||
subject: 博客部署成功
|
subject: 博客部署成功
|
||||||
to: 314507875@qq.com
|
to: 3145078758@qq.com
|
||||||
from: Gitea Actions
|
from: Gitea Actions
|
||||||
body: 博客自动化部署执行成功, 前往 https://blog.linloir.cn 查看
|
body: 博客自动化部署执行成功, 前往 https://blog.linloir.cn 查看
|
||||||
- name: Send mail On Fail
|
- name: Send mail On Fail
|
||||||
@ -71,6 +71,6 @@ jobs:
|
|||||||
username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
||||||
password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
||||||
subject: 博客部署失败
|
subject: 博客部署失败
|
||||||
to: 314507875@qq.com
|
to: 3145078758@qq.com
|
||||||
from: Gitea Actions
|
from: Gitea Actions
|
||||||
body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/${{ gitea.repostiory }}/actions/runs/${{ gitea.run_id }} 查看执行日志
|
body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/${{ gitea.repostiory }}/actions/runs/${{ gitea.run_id }} 查看执行日志
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user