fix: workflow url

This commit is contained in:
Linloir 2024-10-13 21:46:56 +08:00
parent f8675da706
commit 0139138d1f
Signed by: Linloir
GPG Key ID: 3D6B9EC35C923C81

View File

@ -26,7 +26,7 @@ jobs:
subject: 博客部署启动
to: 3145078758@qq.com
from: Gitea Actions
body: 博客自动化部署开始执行, 前往 ${{ gitea.server_url }}/${{ gitea.repostiory }}/actions/runs/${{ gitea.run_id }} 查看执行日志
body: 博客自动化部署开始执行, 前往 ${{ gitea.server_url }}/Linloir/blog/actions/runs/${{ gitea.run_id }} 查看执行日志
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
@ -86,4 +86,4 @@ jobs:
subject: 博客部署失败
to: 3145078758@qq.com
from: Gitea Actions
body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/${{ gitea.repostiory }}/actions/runs/${{ gitea.run_id }} 查看执行日志
body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/Linloir/blog/actions/runs/${{ gitea.run_id }} 查看执行日志