修改通知脚本
部署到开发环境 / 编译发布 (push) Successful in 5m11s Details

This commit is contained in:
qxa 2024-04-18 15:30:03 +08:00
parent 111b94f9d8
commit ac3b9c82f1
4 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,7 @@ jobs:
>**代码分支**: ${{ gitea.ref_name }} >**代码分支**: ${{ gitea.ref_name }}
>**提交标识**: ${{ gitea.sha }} >**提交标识**: ${{ gitea.sha }}
>**提交发起**: ${{ gitea.actor }} >**提交发起**: ${{ gitea.actor }}
>**提交信息**: ${{ gitea.event.head_commit.message }}\n
" "
} }
} }

View File

@ -135,6 +135,7 @@ jobs:
>**代码分支**: ${{ gitea.ref_name }} >**代码分支**: ${{ gitea.ref_name }}
>**提交标识**: ${{ gitea.sha }} >**提交标识**: ${{ gitea.sha }}
>**提交发起**: ${{ gitea.actor }} >**提交发起**: ${{ gitea.actor }}
>**提交信息**: ${{ gitea.event.head_commit.message }}\n
" "
} }
} }

View File

@ -94,6 +94,7 @@ jobs:
>**代码分支**: ${{ gitea.ref_name }} >**代码分支**: ${{ gitea.ref_name }}
>**提交标识**: ${{ gitea.sha }} >**提交标识**: ${{ gitea.sha }}
>**提交发起**: ${{ gitea.actor }} >**提交发起**: ${{ gitea.actor }}
>**提交信息**: ${{ gitea.event.head_commit.message }}\n
" "
} }
} }

View File

@ -132,6 +132,7 @@ jobs:
>**代码分支**: ${{ gitea.ref_name }} >**代码分支**: ${{ gitea.ref_name }}
>**提交标识**: ${{ gitea.sha }} >**提交标识**: ${{ gitea.sha }}
>**提交发起**: ${{ gitea.actor }} >**提交发起**: ${{ gitea.actor }}
>**提交信息**: ${{ gitea.event.release.target_commitish }}\n
" "
} }
} }