staging #17

Merged
yangqiang merged 11 commits from staging into master 2024-05-17 10:07:28 +08:00
4 changed files with 4 additions and 0 deletions
Showing only changes of commit ac3b9c82f1 - Show all commits

View File

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

View File

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

View File

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

View File

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