parent
510e80bc53
commit
64e90984a1
@ -1,5 +1,8 @@
|
||||
name: Gitea Actions Demo
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
jobs:
|
||||
Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
@ -20,3 +23,11 @@ jobs:
|
||||
|
||||
- run: echo ${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
|
||||
- name: WeChat Work notification
|
||||
uses: seepine/action-wechat-work
|
||||
env:
|
||||
WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}}
|
||||
with:
|
||||
msgtype: markdown
|
||||
content: "${{ steps.meta.outputs.REPO_NAME }}构建成功。\n
|
||||
> 镜像:${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}"
|
Loading…
x
Reference in New Issue
Block a user